Searched refs:stdout_tc (Results 1 – 3 of 3) sorted by relevance
122 void stdout_tc(const std::string&);
704 w.stdout_tc("a line"); in ATF_TEST_CASE_BODY()708 w.stdout_tc("another line"); in ATF_TEST_CASE_BODY()
622 impl::atf_tps_writer::stdout_tc(const std::string& line) in stdout_tc() function in impl::atf_tps_writer711 case 0: m_writer.stdout_tc(line); break; in line_callback()