Home
last modified time | relevance | path

Searched refs:GetItemAtIndex (Results 1 – 20 of 20) 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.h122 StructuredData::ObjectSP GetItemAtIndex(size_t idx) const { in GetItemAtIndex() function
126 return array->GetItemAtIndex(idx); in GetItemAtIndex()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp181 lldb::SBStructuredData SBStructuredData::GetItemAtIndex(size_t idx) const { in GetItemAtIndex() function in SBStructuredData
185 result.m_impl_up->SetObjectSP(m_impl_up->GetItemAtIndex(idx)); in GetItemAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h72 lldb::SBStructuredData GetItemAtIndex(size_t idx) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp636 ->GetItemAtIndex(0) in GenerateSummary()
648 ->GetItemAtIndex(0) in GenerateSummary()
664 ->GetItemAtIndex(0); in GenerateSummary()
730 ->GetItemAtIndex(0); in GetLocationDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp548 PythonObject PythonList::GetItemAtIndex(uint32_t index) const { in GetItemAtIndex() function in PythonList
575 PythonObject obj = GetItemAtIndex(i); in CreateStructuredArray()
627 PythonObject PythonTuple::GetItemAtIndex(uint32_t index) const { in GetItemAtIndex() function in PythonTuple
646 PythonObject obj = GetItemAtIndex(i); in CreateStructuredArray()
757 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.cpp1518 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>();
648 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp132 return GetAsArray()->GetItemAtIndex(val); in GetObjectForDotSeparatedPath()
/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/Commands/
H A DCommandObjectCommands.cpp1352 int_val = arr_val->GetItemAtIndex(0)->GetAsUnsignedInteger(); in ParseUsageMaskFromArray()
1359 int_val = arr_val->GetItemAtIndex(1)->GetAsUnsignedInteger(); in ParseUsageMaskFromArray()
1563 StructuredData::ObjectSP obj_sp = enum_arr->GetItemAtIndex(0); in SetOptionsFromArray()
1568 obj_sp = enum_arr->GetItemAtIndex(1); in SetOptionsFromArray()
H A DCommandObjectBreakpoint.cpp2172 bkpt_array->GetItemAtIndex(i); in HandleOptionArgumentCompletion()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1171 packet_array->GetItemAtIndex(i)->GetAsDictionary(); in Handle_jModulesInfo()
H A DProcessGDBRemote.cpp1574 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in GetThreadStopInfoFromJSON()
2555 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in WillPublicStop()
H A DGDBRemoteCommunicationClient.cpp3978 response_array->GetItemAtIndex(i)->GetAsDictionary())) in GetModulesInfo()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1862 StructuredData::ObjectSP message = messages_array->GetItemAtIndex(i); in GetDescription()
H A DTarget.cpp1191 StructuredData::ObjectSP bkpt_object_sp = bkpt_array->GetItemAtIndex(i); in CreateBreakpointsFromFile()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp51758 result = ((lldb::SBStructuredData const *)arg1)->GetItemAtIndex(arg2); in _wrap_SBStructuredData_GetItemAtIndex()