Home
last modified time | relevance | path

Searched refs:lookup_rw (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/kyua/model/
H A Dmetadata.cpp321 lookup_rw(config::tree& tree, const std::string& key) in lookup_rw() function
324 return tree.lookup_rw< NodeType >(key); in lookup_rw()
767 lookup_rw< config::strings_set_node >( in add_allowed_architecture()
789 lookup_rw< config::strings_set_node >( in add_allowed_platform()
828 lookup_rw< config::strings_set_node >( in add_required_config()
849 lookup_rw< paths_set_node >(_pimpl->props, "required_files").insert(path); in add_required_file()
869 lookup_rw< paths_set_node >(_pimpl->props, in add_required_program()
/freebsd/contrib/kyua/utils/config/
H A Dtree.cpp194 detail::base_node* raw_node = _root->lookup_rw( in set_lua()
249 detail::base_node* raw_node = _root->lookup_rw( in set_string()
H A Dtree.ipp106 config::tree::lookup_rw(const std::string& dotted_key)
109 detail::base_node* raw_node = _root->lookup_rw(
139 leaf_node* raw_node = _root->lookup_rw(key, 0,
H A Dtree.hpp106 typename LeafType::value_type& lookup_rw(const std::string&);
H A Dnodes.cpp220 config::detail::inner_node::lookup_rw(const tree_key& key, in lookup_rw() function in config::detail::inner_node
252 return child.lookup_rw(key, key_pos + 1, new_node); in lookup_rw()
H A Dtree_test.cpp635 ATF_TEST_CASE_WITHOUT_HEAD(lookup_rw);
636 ATF_TEST_CASE_BODY(lookup_rw) in ATF_TEST_CASE_BODY() argument
646 tree.lookup_rw< config::int_node >("var1") += 10; in ATF_TEST_CASE_BODY()
1059 ATF_ADD_TEST_CASE(tcs, lookup_rw); in ATF_INIT_TEST_CASES()
H A Dnodes.ipp104 leaf_node* lookup_rw(const tree_key&, const tree_key::size_type,