Home
last modified time | relevance | path

Searched refs:config_reader (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/atf/dist/tools/
H A Dconfig_file_test.cpp58 class config_reader : protected detail::atf_config_reader { class
72 config_reader(std::istream& is) : in config_reader() function in config_reader
103 do_parser_test< config_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
129 do_parser_test< config_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
171 do_parser_test< config_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
193 do_parser_test< config_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
214 do_parser_test< config_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
237 do_parser_test< config_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
260 do_parser_test< config_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
288 do_parser_test< config_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
[all …]
H A Dconfig_file.cpp70 class config_reader : public detail::atf_config_reader { class
80 config_reader(std::istream& is) : in config_reader() function in __anon8874a3650111::config_reader
110 config_reader reader(is); in merge_config_file()