Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/config/
H A Dnodes.cpp119 tree_key child_key = key; in combine_children_into() local
120 child_key.push_back(name); in combine_children_into()
121 new_node.reset((*iter1).second->combine(child_key, in combine_children_into()
272 tree_key child_key = key; in all_properties() local
273 child_key.push_back((*iter).first); in all_properties()
277 properties[flatten_key(child_key)] = child.to_string(); in all_properties()
280 child.all_properties(properties, child_key); in all_properties()