Searched refs:tree_key (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/utils/config/
H A Dkeys.hpp44 typedef std::vector< std::string > tree_key; typedef in namespace:utils::config::detail
47 std::string flatten_key(const tree_key&);
48 tree_key parse_key(const std::string&);
H A Dkeys.cpp43 utils::config::detail::flatten_key(const tree_key& key)
58 utils::config::detail::tree_key
61 const tree_key key = text::split(str, '.');
64 for (tree_key::const_iterator iter = key.begin(); iter != key.end(); iter++)
H A Dlua_module.cpp72 /// accessed. If this table contains a tree_key metadata property, this is
90 std::string tree_key; local
91 if (state.get_metafield(table_index, "tree_key")) {
92 tree_key = state.to_string(-1) + "." + state.to_string(field_index - 1);
95 tree_key = state.to_string(field_index);
96 return tree_key;
109 /// \param tree_key The key to which the new table corresponds.
111 new_table_for_key(lutok::state& state, const std::string& tree_key) argument
125 state.push_string("tree_key");
126 state.push_string(tree_key);
219 const std::string tree_key = get_tree_key(state, -2, -1); local
[all...]
H A Dexceptions.hpp70 explicit unknown_key_error(const detail::tree_key&,
H A Dkeys_test.cpp41 config::detail::tree_key key;
50 config::detail::tree_key key;
61 config::detail::tree_key exp_key;
70 config::detail::tree_key exp_key;
H A Dtree.cpp89 const detail::tree_key key = detail::parse_key(dotted_key);
109 const detail::tree_key key = detail::parse_key(dotted_key);
135 const detail::tree_key key = detail::parse_key(dotted_key);
159 const detail::tree_key key = detail::parse_key(dotted_key);
183 const detail::tree_key key = detail::parse_key(dotted_key);
210 const detail::tree_key key = detail::parse_key(dotted_key);
242 detail::tree_key key;
H A Dexceptions_test.cpp68 detail::tree_key key;
81 detail::tree_key key;
H A Dnodes.cpp101 config::detail::inner_node::lookup_ro(const tree_key& key,
102 const tree_key::size_type key_pos) const
146 config::detail::inner_node::lookup_rw(const tree_key& key,
147 const tree_key::size_type key_pos,
195 const tree_key& key) const
199 tree_key child_key = key;
244 config::detail::static_inner_node::define(const tree_key& key,
245 const tree_key::size_type key_pos,
H A Dexceptions.cpp87 config::unknown_key_error::unknown_key_error(const detail::tree_key& key,

Completed in 208 milliseconds