Home
last modified time | relevance | path

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

/third_party/gn/src/base/
Dvalues.cc757 if (!current_dictionary->GetDictionaryWithoutPathExpansion( in Get()
935 bool DictionaryValue::GetDictionaryWithoutPathExpansion( in GetDictionaryWithoutPathExpansion() function in base::DictionaryValue
949 bool DictionaryValue::GetDictionaryWithoutPathExpansion( in GetDictionaryWithoutPathExpansion() function in base::DictionaryValue
954 return const_this.GetDictionaryWithoutPathExpansion( in GetDictionaryWithoutPathExpansion()
1044 if (GetDictionaryWithoutPathExpansion(it.key(), &sub_dict)) { in MergeDictionary()
Dvalues.h494 bool GetDictionaryWithoutPathExpansion(
498 bool GetDictionaryWithoutPathExpansion(std::string_view key,