Home
last modified time | relevance | path

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

/external/libchrome/base/
Dvalues.cc906 bool DictionaryValue::GetDictionary(StringPiece path, in GetDictionary() function in base::DictionaryValue
919 bool DictionaryValue::GetDictionary(StringPiece path, in GetDictionary() function in base::DictionaryValue
1246 bool ListValue::GetDictionary(size_t index, in GetDictionary() function in base::ListValue
1259 bool ListValue::GetDictionary(size_t index, DictionaryValue** out_value) { in GetDictionary() function in base::ListValue
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp841 PythonDictionary PythonModule::GetDictionary() const { in GetDictionary() function in PythonModule