Home
last modified time | relevance | path

Searched refs:GetItemAtIndex (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h216 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 DStructuredDataImpl.h112 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 DSBStructuredData.cpp186 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 DSBStructuredData.h73 lldb::SBStructuredData GetItemAtIndex(size_t idx) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp633 ->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 DPythonDataObjects.cpp546 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 DPythonDataObjects.h528 PythonObject GetItemAtIndex(uint32_t index) const;
550 PythonObject GetItemAtIndex(uint32_t index) const;
H A DScriptInterpreterPython.cpp1501 PyObject *item = result_list.GetItemAtIndex(i).get(); in GetRecognizedArguments()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i11 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig23 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 DOperatingSystemPython.cpp199 threads_list->GetItemAtIndex(i); in UpdateThreadList()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp132 return GetAsArray()->GetItemAtIndex(val); in GetObjectForDotSeparatedPath()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1363 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 DCommandObjectBreakpoint.cpp2212 bkpt_array->GetItemAtIndex(i); in HandleOptionArgumentCompletion()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp526 const auto &loaded_image = loaded_images_sp->GetItemAtIndex(idx); in GetLoadedDynamicLibrariesInfos()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1173 packet_array->GetItemAtIndex(i)->GetAsDictionary(); in Handle_jModulesInfo()
H A DProcessGDBRemote.cpp1651 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in GetThreadStopInfoFromJSON()
2653 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in WillPublicStop()
H A DGDBRemoteCommunicationClient.cpp3997 response_array->GetItemAtIndex(i)->GetAsDictionary())) in GetModulesInfo()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1907 StructuredData::ObjectSP message = messages_array->GetItemAtIndex(i); in GetDescription()
H A DTarget.cpp1281 StructuredData::ObjectSP bkpt_object_sp = bkpt_array->GetItemAtIndex(i); in CreateBreakpointsFromFile()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp52886 result = ((lldb::SBStructuredData const *)arg1)->GetItemAtIndex(SWIG_STD_MOVE(arg2)); in _wrap_SBStructuredData_GetItemAtIndex()