reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Core/StructuredDataImpl.h
  119         return array->GetItemAtIndex(idx);
tools/lldb/include/lldb/Utility/StructuredData.h
  197       ObjectSP value_sp = GetItemAtIndex(idx);
  217       ObjectSP value_sp = GetItemAtIndex(idx);
  236       ObjectSP value_sp = GetItemAtIndex(idx);
  256       ObjectSP value_sp = GetItemAtIndex(idx);
  266       ObjectSP value_sp = GetItemAtIndex(idx);
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  350         images_sp->GetAsArray()->GetItemAtIndex(i);
  438           segments->GetItemAtIndex(j)->GetAsDictionary();
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  631                                         ->GetItemAtIndex(0)
  643                                         ->GetItemAtIndex(0)
  659                                        ->GetItemAtIndex(0);
  728                                        ->GetItemAtIndex(0);
tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  199           threads_list->GetItemAtIndex(i);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 3678             response_array->GetItemAtIndex(i)->GetAsDictionary()))
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
 1143         packet_array->GetItemAtIndex(i)->GetAsDictionary();
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1715             thread_infos->GetItemAtIndex(i)->GetAsDictionary();
 2712             thread_infos->GetItemAtIndex(i)->GetAsDictionary();
tools/lldb/source/Target/Target.cpp
 1091     StructuredData::ObjectSP bkpt_object_sp = bkpt_array->GetItemAtIndex(i);
tools/lldb/source/Target/Thread.cpp
 2018           StructuredData::ObjectSP message = messages_array->GetItemAtIndex(i);
tools/lldb/source/Utility/StructuredData.cpp
  123       return this->GetAsArray()->GetItemAtIndex(val);
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  384             array_sp->GetItemAtIndex(0)->GetType());
  386             array_sp->GetItemAtIndex(1)->GetType());
  388   auto int_sp = array_sp->GetItemAtIndex(0)->GetAsInteger();
  389   auto string_sp = array_sp->GetItemAtIndex(1)->GetAsString();
  453             array_sp->GetItemAtIndex(0)->GetType());
  455             array_sp->GetItemAtIndex(1)->GetType());