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

/bind-9.11.3/unit/atf-src/tools/
H A Dconfig.hpp58 const std::map< std::string, std::string >& get_all(void);
H A Dconfig_test.cpp169 ATF_TEST_CASE(get_all); variable
170 ATF_TEST_CASE_HEAD(get_all)
172 set_md_var("descr", "Tests the config::get_all function");
174 ATF_TEST_CASE_BODY(get_all)
179 std::map< std::string, std::string > vars = tools::config::get_all();
220 ATF_ADD_TEST_CASE(tcs, get_all);
H A Datf-config.cpp115 std::map< std::string, std::string > cv = tools::config::get_all();
H A Dconfig.cpp102 tools::config::get_all(void) function in class:tools::config

Completed in 34 milliseconds