Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp70 if (!json_obj || json_obj->GetType() != eStructuredDataTypeDictionary) in SetFromJSON()
136 if (GetType() != eStructuredDataTypeDictionary) in GetKeys()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h100 if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) { in GetSize()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h92 return ((m_type == lldb::eStructuredDataTypeDictionary) in GetAsDictionary()
354 Dictionary() : Object(lldb::eStructuredDataTypeDictionary), m_dict() {} in Dictionary()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp97 if (this->GetType() == lldb::eStructuredDataTypeDictionary) { in GetObjectForDotSeparatedPath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1801 if (activity && activity->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
1814 if (breadcrumb && breadcrumb->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
1837 if (message && message->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h794 eStructuredDataTypeDictionary enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1032 } else if (value->GetType() == eStructuredDataTypeDictionary) { in FormatThreadExtendedInfoRecurse()
1338 object_sp->GetType() == eStructuredDataTypeDictionary) { in Format()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1069 .. py:data:: eStructuredDataTypeDictionary
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp71053 {SWIG_LUA_CONSTTAB_INT("eStructuredDataTypeDictionary", lldb::eStructuredDataTypeDictionary)},