HomeSort by: relevance | last modified time | path
    Searched defs:tree_key (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/config/
keys.hpp 44 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&);
lua_module.cpp 72 /// 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)
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...]

Completed in 24 milliseconds