Lines Matching defs:is
92 tokenizer(std::istream& is, size_t curline) :
94 (is, true, eof_type, nl_type, text_type, curline)
121 metadata_reader(std::istream& is) :
122 detail::atf_tp_reader(is)
217 // This leaks memory in case of a failure, but it is OK. Exiting will
409 detail::atf_tp_reader::atf_tp_reader(std::istream& is) :
410 m_is(is)
445 // Any non-empty value is valid.
477 // Any non-empty value is valid.
683 throw std::runtime_error("Results file is empty");