Searched refs:atf_atffile_reader (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Datffile.hpp44 // The "atf_atffile_reader" class.
49 class atf_atffile_reader { class in namespace:atf::atf_run::detail
59 atf_atffile_reader(std::istream&);
60 virtual ~atf_atffile_reader(void);
H A Datffile.cpp82 // The "atf_atffile_reader" class.
85 detail::atf_atffile_reader::atf_atffile_reader(std::istream& is) : function in class:detail::atf_atffile_reader
90 detail::atf_atffile_reader::~atf_atffile_reader(void)
95 detail::atf_atffile_reader::got_conf(
102 detail::atf_atffile_reader::got_prop(
109 detail::atf_atffile_reader::got_tp(
116 detail::atf_atffile_reader::got_eof(void)
121 detail::atf_atffile_reader
[all...]
H A Datffile_test.cpp88 class atffile_reader : protected detail::atf_atffile_reader {
116 detail::atf_atffile_reader(is)
123 atf_atffile_reader::read();
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Datffile.hpp44 // The "atf_atffile_reader" class.
49 class atf_atffile_reader { class in namespace:atf::atf_run::detail
59 atf_atffile_reader(std::istream&);
60 virtual ~atf_atffile_reader(void);
H A Datffile.cpp80 // The "atf_atffile_reader" class.
83 detail::atf_atffile_reader::atf_atffile_reader(std::istream& is) : function in class:detail::atf_atffile_reader
88 detail::atf_atffile_reader::~atf_atffile_reader(void)
93 detail::atf_atffile_reader::got_conf(const std::string& name,
99 detail::atf_atffile_reader::got_prop(const std::string& name,
105 detail::atf_atffile_reader::got_tp(const std::string& name, bool isglob)
110 detail::atf_atffile_reader::got_eof(void)
115 detail::atf_atffile_reader
[all...]
H A Datffile_test.cpp88 class atffile_reader : protected detail::atf_atffile_reader {
116 detail::atf_atffile_reader(is)
123 atf_atffile_reader::read();

Completed in 192 milliseconds