HomeSort by: relevance | last modified time | path
    Searched defs:atf_tps_reader (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
reader.hpp 59 class atf_tps_reader { class in namespace:tools::atf_report
80 atf_tps_reader(std::istream&);
81 virtual ~atf_tps_reader(void);
reader.cpp 138 // The "atf_tps_reader" class.
141 impl::atf_tps_reader::atf_tps_reader(std::istream& is) : function in class:impl::atf_tps_reader
146 impl::atf_tps_reader::~atf_tps_reader(void)
151 impl::atf_tps_reader::got_info(
158 impl::atf_tps_reader::got_ntps(size_t ntps __attribute__((__unused__)))
163 impl::atf_tps_reader::got_tp_start(
170 impl::atf_tps_reader::got_tp_end(
177 impl::atf_tps_reader::got_tc_start
    [all...]

Completed in 15 milliseconds