Searched refs:rest_of_line (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.hpp164 std::string rest_of_line(void);
306 tokenizer< IS >::rest_of_line(void) function in class:atf::parser::tokenizer
334 std::string rest_of_line(void);
438 parser< TKZ >::rest_of_line(void) function in class:atf::parser::parser
440 return m_tkz.rest_of_line();
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.cpp223 got_info(t.text(), atf::text::trim(p.rest_of_line()));
290 reason = text::trim(p.rest_of_line());
333 std::string line = p.rest_of_line();
383 std::string reason = text::trim(p.rest_of_line());
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dconfig.cpp175 (void)p.rest_of_line();
187 (void)p.rest_of_line();
H A Datffile.cpp154 (void)p.rest_of_line();
183 (void)p.rest_of_line();
H A Dtest-program.cpp509 const std::string value = atf::text::trim(p.rest_of_line());

Completed in 36 milliseconds