Home
last modified time | relevance | path

Searched defs:dotted_key (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/config/
H A Dtree.cpp86 config::tree::define_dynamic(const std::string& dotted_key) in define_dynamic()
133 config::tree::push_lua(const std::string& dotted_key, lutok::state& state) const in push_lua() argument
156 config::tree::set_lua(const std::string& dotted_key, lutok::state& state, in set_lua()
207 config::tree::set_string(const std::string& dotted_key, in set_string()
235 config::tree::all_properties(const std::string& dotted_key, in all_properties()
H A Dlua_module.cpp159 const std::string dotted_key = get_tree_key(state, -3, -2); in redirect_newindex() local