Home
last modified time | relevance | path

Searched refs:eStructuredDataTypeDictionary (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBStructuredData.cpp65 if (!json_obj || json_obj->GetType() != eStructuredDataTypeDictionary) in SetFromJSON()
126 if (GetType() != eStructuredDataTypeDictionary) in GetKeys()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStructuredData.h92 return ((m_type == lldb::eStructuredDataTypeDictionary) in GetAsDictionary()
354 Dictionary() : Object(lldb::eStructuredDataTypeDictionary) {} in Dictionary()
356 Dictionary(ObjectSP obj_sp) : Object(lldb::eStructuredDataTypeDictionary) { in Dictionary()
357 if (!obj_sp || obj_sp->GetType() != lldb::eStructuredDataTypeDictionary) { in Dictionary()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DStructuredDataImpl.h103 if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) { in GetSize()
/llvm-project-15.0.7/lldb/test/API/python_api/sbstructureddata/
H A DTestStructuredDataAPI.py81 if not dict_struct.GetType() == lldb.eStructuredDataTypeDictionary:
/llvm-project-15.0.7/lldb/source/Utility/
H A DStructuredData.cpp97 if (this->GetType() == lldb::eStructuredDataTypeDictionary) { in GetObjectForDotSeparatedPath()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h803 eStructuredDataTypeDictionary enumerator
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp1794 if (activity && activity->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
1807 if (breadcrumb && breadcrumb->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
1830 if (message && message->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp1031 } else if (value->GetType() == eStructuredDataTypeDictionary) { in FormatThreadExtendedInfoRecurse()
1337 object_sp->GetType() == eStructuredDataTypeDictionary) { in Format()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1070 .. py:data:: eStructuredDataTypeDictionary