| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 216 ObjectSP GetItemAtIndex(size_t idx) const { in GetItemAtIndex() 225 if (auto item_sp = GetItemAtIndex(idx)) { in GetItemAtIndexAsInteger() 238 if (auto item_sp = GetItemAtIndex(idx)) { in GetItemAtIndexAsInteger() 258 if (auto item_sp = GetItemAtIndex(idx)) { in GetItemAtIndexAsString() 215 ObjectSP GetItemAtIndex(size_t idx) const { GetItemAtIndex() function
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | StructuredDataImpl.h | 112 StructuredData::ObjectSP GetItemAtIndex(size_t idx) const { in GetItemAtIndex() function 116 return array->GetItemAtIndex(idx); in GetItemAtIndex()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBStructuredData.cpp | 186 lldb::SBStructuredData SBStructuredData::GetItemAtIndex(size_t idx) const { in GetItemAtIndex() function in SBStructuredData 190 result.m_impl_up->SetObjectSP(m_impl_up->GetItemAtIndex(idx)); in GetItemAtIndex()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBStructuredData.h | 73 lldb::SBStructuredData GetItemAtIndex(size_t idx) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 633 ->GetItemAtIndex(0) in GenerateSummary() 645 ->GetItemAtIndex(0) in GenerateSummary() 661 ->GetItemAtIndex(0); in GenerateSummary() 727 ->GetItemAtIndex(0); in GetLocationDescription()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 546 PythonObject PythonList::GetItemAtIndex(uint32_t index) const { in GetItemAtIndex() function in PythonList 573 PythonObject obj = GetItemAtIndex(i); in CreateStructuredArray() 625 PythonObject PythonTuple::GetItemAtIndex(uint32_t index) const { in GetItemAtIndex() function in PythonTuple 644 PythonObject obj = GetItemAtIndex(i); in CreateStructuredArray() 755 PythonObject key = keys.GetItemAtIndex(i); in CreateStructuredDictionary()
|
| H A D | PythonDataObjects.h | 528 PythonObject GetItemAtIndex(uint32_t index) const; 550 PythonObject GetItemAtIndex(uint32_t index) const;
|
| H A D | ScriptInterpreterPython.cpp | 1501 PyObject *item = result_list.GetItemAtIndex(i).get(); in GetRecognizedArguments()
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTargetExtensions.i | 11 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
|
| /freebsd/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-typemaps.swig | 23 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>(); 48 PythonString s = list.GetItemAtIndex(i).AsType<PythonString>(); 667 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 199 threads_list->GetItemAtIndex(i); in UpdateThreadList()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 132 return GetAsArray()->GetItemAtIndex(val); in GetObjectForDotSeparatedPath()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 1363 int_val = arr_val->GetItemAtIndex(0)->GetAsUnsignedInteger(); in ParseUsageMaskFromArray() 1372 int_val = arr_val->GetItemAtIndex(1)->GetAsUnsignedInteger(); in ParseUsageMaskFromArray() 1600 StructuredData::ObjectSP obj_sp = enum_arr->GetItemAtIndex(0); in SetOptionsFromArray() 1605 obj_sp = enum_arr->GetItemAtIndex(1); in SetOptionsFromArray()
|
| H A D | CommandObjectBreakpoint.cpp | 2212 bkpt_array->GetItemAtIndex(i); in HandleOptionArgumentCompletion()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 526 const auto &loaded_image = loaded_images_sp->GetItemAtIndex(idx); in GetLoadedDynamicLibrariesInfos()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1173 packet_array->GetItemAtIndex(i)->GetAsDictionary(); in Handle_jModulesInfo()
|
| H A D | ProcessGDBRemote.cpp | 1651 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in GetThreadStopInfoFromJSON() 2653 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in WillPublicStop()
|
| H A D | GDBRemoteCommunicationClient.cpp | 3997 response_array->GetItemAtIndex(i)->GetAsDictionary())) in GetModulesInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 1907 StructuredData::ObjectSP message = messages_array->GetItemAtIndex(i); in GetDescription()
|
| H A D | Target.cpp | 1281 StructuredData::ObjectSP bkpt_object_sp = bkpt_array->GetItemAtIndex(i); in CreateBreakpointsFromFile()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 52886 result = ((lldb::SBStructuredData const *)arg1)->GetItemAtIndex(SWIG_STD_MOVE(arg2)); in _wrap_SBStructuredData_GetItemAtIndex()
|