Home
last modified time | relevance | path

Searched refs:atf_tps_reader (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/atf/dist/tools/
Dreader.cpp141 impl::atf_tps_reader::atf_tps_reader(std::istream& is) : in atf_tps_reader() function in impl::atf_tps_reader
146 impl::atf_tps_reader::~atf_tps_reader(void) in ~atf_tps_reader()
151 impl::atf_tps_reader::got_info( in got_info()
158 impl::atf_tps_reader::got_ntps(size_t ntps __attribute__((__unused__))) in got_ntps()
163 impl::atf_tps_reader::got_tp_start( in got_tp_start()
170 impl::atf_tps_reader::got_tp_end( in got_tp_end()
177 impl::atf_tps_reader::got_tc_start( in got_tc_start()
183 impl::atf_tps_reader::got_tc_stdout_line( in got_tc_stdout_line()
189 impl::atf_tps_reader::got_tc_stderr_line( in got_tc_stderr_line()
195 impl::atf_tps_reader::got_tc_end( in got_tc_end()
[all …]
Dreader.hpp59 class atf_tps_reader { class
80 atf_tps_reader(std::istream&);
81 virtual ~atf_tps_reader(void);
Dreader_test.cpp45 class tps_reader : protected impl::atf_tps_reader {
107 impl::atf_tps_reader(is) in tps_reader()
114 atf_tps_reader::read(); in read()
Datf-report.cpp506 class converter : public tools::atf_report::atf_tps_reader {
585 tools::atf_report::atf_tps_reader(is) in converter()