Home
last modified time | relevance | path

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

/third_party/gn/src/base/
Dvalues.cc691 Value* child_dictionary = in Set() local
693 if (!child_dictionary) { in Set()
694 child_dictionary = in Set()
698 current_dictionary = child_dictionary; in Set()
756 const DictionaryValue* child_dictionary = nullptr; in Get() local
758 current_path.substr(0, delimiter_position), &child_dictionary)) { in Get()
762 current_dictionary = child_dictionary; in Get()