Home
last modified time | relevance | path

Searched refs:all_properties (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/kyua/utils/config/
H A Dtree.cpp276 config::tree::all_properties(const std::string& dotted_key, in all_properties() function in config::tree
294 child.all_properties(properties, key); in all_properties()
325 return _root == other._root || all_properties() == other.all_properties(); in operator ==()
H A Dtree_test.cpp795 ATF_REQUIRE(tree.all_properties().empty()); in ATF_TEST_CASE_BODY()
823 const config::properties_map properties = tree.all_properties(); in ATF_TEST_CASE_BODY()
842 const config::properties_map properties = tree.all_properties(); in ATF_TEST_CASE_BODY()
865 ATF_REQUIRE(exp_properties == tree.all_properties("root")); in ATF_TEST_CASE_BODY()
866 ATF_REQUIRE(exp_properties == tree.all_properties("root.a")); in ATF_TEST_CASE_BODY()
873 ATF_REQUIRE(exp_properties == tree.all_properties("root.a.b")); in ATF_TEST_CASE_BODY()
874 ATF_REQUIRE(exp_properties == tree.all_properties("root.a.b.c")); in ATF_TEST_CASE_BODY()
880 ATF_REQUIRE(exp_properties == tree.all_properties("root.a.d")); in ATF_TEST_CASE_BODY()
893 tree.all_properties("root.a.b.c.first")); in ATF_TEST_CASE_BODY()
914 ATF_REQUIRE(exp_properties == tree.all_properties("root.a", true)); in ATF_TEST_CASE_BODY()
[all …]
H A Dtree.hpp117 properties_map all_properties(const std::string& = "",
H A Dnodes.cpp267 config::detail::inner_node::all_properties(properties_map& properties, in all_properties() function in config::detail::inner_node
280 child.all_properties(properties, child_key); in all_properties()
H A Dnodes.ipp107 void all_properties(properties_map&, const tree_key&) const;
/freebsd/contrib/kyua/engine/
H A Dconfig_test.cpp91 ATF_REQUIRE(config.all_properties("test_suites").empty()); in validate_defaults()
161 ATF_REQUIRE(exp_test_suites == user_config.all_properties("test_suites")); in ATF_TEST_CASE_BODY()
H A Dscheduler.cpp1624 props = user_config.all_properties(F("test_suites.%s") % test_suite, in generate_config()
/freebsd/contrib/kyua/cli/
H A Dconfig_test.cpp107 const config::properties_map& properties = user_config.all_properties( in validate_mock_config()
123 ATF_REQUIRE(exp_tree.all_properties() == actual_tree.all_properties()); in require_eq()
H A Dcmd_config.cpp117 const config::properties_map properties = user_config.all_properties(); in run()
/freebsd/contrib/kyua/examples/
H A Dsyntax_test.cpp115 ATF_REQUIRE(exp_test_suites == user_config.all_properties("test_suites")); in ATF_TEST_CASE_BODY()
/freebsd/contrib/kyua/model/
H A Dmetadata.cpp454 return _pimpl->props.all_properties("custom", true); in custom()
650 return fully_specified.all_properties(); in to_properties()