Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DOptionValue.h211 GetAsArray ();
214 GetAsArray () const;
/external/lldb/tools/lldb-perf/lib/
DResults.cpp38 Results::Array *value = result->GetAsArray(); in AddResultToArray()
110 Results::Array *value = result->GetAsArray(); in AddResultToDictionary()
DResults.h62 GetAsArray () in GetAsArray() function
/external/lldb/source/Interpreter/
DOptionValue.cpp129 OptionValue::GetAsArray () in GetAsArray() function in OptionValue
138 OptionValue::GetAsArray () const in GetAsArray() function in OptionValue
DOptionValueProperties.cpp312 const OptionValueArray *array = value->GetAsArray(); in GetPropertyAtIndexAsArgs()
335 OptionValueArray *array = value->GetAsArray(); in SetPropertyAtIndexFromArgs()
/external/lldb/source/Plugins/Instruction/ARM/
DEmulationStateARM.cpp345 OptionValueArray *mem_array = value_sp->GetAsArray(); in LoadStateFromDictionary()
/external/lldb/source/Core/
DDisassembler.cpp716 option_value_sp->GetAsArray()->InsertValue (idx, data_value_sp); in ReadArray()