Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h100 return ((m_type == lldb::eStructuredDataTypeDictionary) in GetAsDictionary()
386 Dictionary() : Object(lldb::eStructuredDataTypeDictionary) {}
388 Dictionary(ObjectSP obj_sp) : Object(lldb::eStructuredDataTypeDictionary) {
389 if (!obj_sp || obj_sp->GetType() != lldb::eStructuredDataTypeDictionary) {
/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.h93 if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) { in GetSize()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp155 if (GetType() != eStructuredDataTypeDictionary) in GetKeys()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp210 if (!report || report->GetType() != lldb::eStructuredDataTypeDictionary) in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DTelemetry.cpp142 if (entry.GetObjectSP()->GetType() != lldb::eStructuredDataTypeDictionary) { in DispatchClientTelemetry()
H A DFormatEntity.cpp1116 } else if (value->GetType() == eStructuredDataTypeDictionary) { in FormatThreadExtendedInfoRecurse()
1587 object_sp->GetType() == eStructuredDataTypeDictionary) { in Format()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1872 if (activity && activity->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
1885 if (breadcrumb && breadcrumb->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
1908 if (message && message->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h862 eStructuredDataTypeDictionary, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1072 .. py:data:: eStructuredDataTypeDictionary
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp83029 {SWIG_LUA_CONSTTAB_INT("eStructuredDataTypeDictionary", (lldb::eStructuredDataTypeDictionary))},