Searched refs:get_all (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/
H A Dconfig.hpp58 const std::map< std::string, std::string >& get_all(void);
H A Dconfig_test.cpp170 ATF_TEST_CASE(get_all); variable
171 ATF_TEST_CASE_HEAD(get_all)
173 set_md_var("descr", "Tests the config::get_all function");
175 ATF_TEST_CASE_BODY(get_all)
180 std::map< std::string, std::string > vars = atf::config::get_all();
227 ATF_ADD_TEST_CASE(tcs, get_all);
H A Dconfig.cpp85 atf::config::get_all(void) function in class:atf::config
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/
H A Dconfig.hpp58 const std::map< std::string, std::string >& get_all(void);
H A Dconfig_test.cpp170 ATF_TEST_CASE(get_all); variable
171 ATF_TEST_CASE_HEAD(get_all)
173 set_md_var("descr", "Tests the config::get_all function");
175 ATF_TEST_CASE_BODY(get_all)
180 std::map< std::string, std::string > vars = atf::config::get_all();
227 ATF_ADD_TEST_CASE(tcs, get_all);
H A Dconfig.cpp85 atf::config::get_all(void) function in class:atf::config
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-config/
H A Datf-config.cpp120 std::map< std::string, std::string > cv = atf::config::get_all();
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-config/
H A Datf-config.cpp116 std::map< std::string, std::string > cv = atf::config::get_all();

Completed in 71 milliseconds