Home
last modified time | relevance | path

Searched refs:eStructuredDataTypeArray (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DStructuredDataImpl.h106 } else if (m_data_sp->GetType() == lldb::eStructuredDataTypeArray) { in GetSize()
/llvm-project-15.0.7/lldb/test/API/python_api/sbstructureddata/
H A DTestStructuredDataAPI.py177 if not array_struct.GetType() == lldb.eStructuredDataTypeArray:
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStructuredData.h86 return ((m_type == lldb::eStructuredDataTypeArray) in GetAsArray()
167 Array() : Object(lldb::eStructuredDataTypeArray) {} in Array()
/llvm-project-15.0.7/lldb/source/Utility/
H A DStructuredData.cpp113 if (this->GetType() == lldb::eStructuredDataTypeArray) { in GetObjectForDotSeparatedPath()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h798 eStructuredDataTypeArray, enumerator
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp1821 if (messages && messages->GetType() == eStructuredDataTypeArray) { in GetDescription()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1065 .. py:data:: eStructuredDataTypeArray
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp1026 } else if (value->GetType() == eStructuredDataTypeArray) { in FormatThreadExtendedInfoRecurse()