Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DOptionValue.h229 GetAsDictionary ();
232 GetAsDictionary () const;
/external/lldb/tools/lldb-perf/lib/
DResults.cpp51 Results::Dictionary *value = result->GetAsDictionary(); in AddResultToArray()
122 Results::Dictionary *value = result->GetAsDictionary(); in AddResultToDictionary()
DResults.h69 GetAsDictionary () in GetAsDictionary() function
/external/lldb/source/Plugins/Instruction/ARM/
DEmulationStateARM.cpp337 OptionValueDictionary *mem_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary()
370 OptionValueDictionary *reg_dict = value_sp->GetAsDictionary (); in LoadStateFromDictionary()
DEmulateInstructionARM.cpp13540 OptionValueDictionary *state_dictionary = value_sp->GetAsDictionary (); in TestEmulation()
13554 state_dictionary = value_sp->GetAsDictionary (); in TestEmulation()
/external/lldb/source/Interpreter/
DOptionValue.cpp163 OptionValue::GetAsDictionary () in GetAsDictionary() function in OptionValue
171 OptionValue::GetAsDictionary () const in GetAsDictionary() function in OptionValue
DOptionValueProperties.cpp317 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs()
340 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs()
383 return property->GetValue()->GetAsDictionary(); in GetPropertyAtIndexAsOptionValueDictionary()
/external/lldb/source/Core/
DDisassembler.cpp836 option_value_sp->GetAsDictionary()->SetValueForKey (const_key, value_sp, false); in ReadDictionary()
889 OptionValueDictionary *data_dictionary = data_dictionary_sp->GetAsDictionary(); in TestEmulation()