Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp89 if (!json_obj || json_obj->GetType() != eStructuredDataTypeDictionary) in SetFromJSON()
150 if (GetType() != eStructuredDataTypeDictionary) in GetKeys()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h100 return ((m_type == lldb::eStructuredDataTypeDictionary) in GetAsDictionary()
386 Dictionary() : Object(lldb::eStructuredDataTypeDictionary) {} in Dictionary()
388 Dictionary(ObjectSP obj_sp) : Object(lldb::eStructuredDataTypeDictionary) { in Dictionary()
389 if (!obj_sp || obj_sp->GetType() != lldb::eStructuredDataTypeDictionary) { in Dictionary()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp55 object_sp->GetType() == lldb::eStructuredDataTypeDictionary; in IsRecordType()
108 if (GetType() == lldb::eStructuredDataTypeDictionary) { in GetObjectForDotSeparatedPath()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h103 if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) { in GetSize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp203 if (!report || report->GetType() != lldb::eStructuredDataTypeDictionary) in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1814 if (activity && activity->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
1827 if (breadcrumb && breadcrumb->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
1850 if (message && message->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h846 eStructuredDataTypeDictionary, enumerator
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1017 } else if (value->GetType() == eStructuredDataTypeDictionary) { in FormatThreadExtendedInfoRecurse()
1402 object_sp->GetType() == eStructuredDataTypeDictionary) { in Format()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1072 .. py:data:: eStructuredDataTypeDictionary
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78338 {SWIG_LUA_CONSTTAB_INT("eStructuredDataTypeDictionary", lldb::eStructuredDataTypeDictionary)},