Searched defs:config_reader (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dconfig.cpp72 class config_reader : public detail::atf_config_reader { class in namespace:__anon229
82 config_reader(std::istream& is) : function in class:__anon229::config_reader
112 config_reader reader(is);
H A Dconfig_test.cpp54 class config_reader : protected detail::atf_config_reader { class in inherits:detail::atf_config_reader
68 config_reader(std::istream& is) : function in class:config_reader
99 do_parser_test< config_reader >(input, exp_calls, exp_errors);
125 do_parser_test< config_reader >(input, exp_calls, exp_errors);
167 do_parser_test< config_reader >(input, exp_calls, exp_errors);
189 do_parser_test< config_reader >(input, exp_calls, exp_errors);
210 do_parser_test< config_reader >(input, exp_calls, exp_errors);
233 do_parser_test< config_reader >(input, exp_calls, exp_errors);
256 do_parser_test< config_reader >(input, exp_calls, exp_errors);
284 do_parser_test< config_reader >(inpu
[all...]

Completed in 10 milliseconds