Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBStructuredData.cpp89 if (!json_obj || json_obj->GetType() != eStructuredDataTypeDictionary) in SetFromJSON()
150 if (GetType() != eStructuredDataTypeDictionary) in GetKeys()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Utility/
HDStructuredData.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-head/contrib/llvm-project/lldb/source/Utility/
HDStructuredData.cpp55 object_sp->GetType() == lldb::eStructuredDataTypeDictionary; in IsRecordType()
108 if (GetType() == lldb::eStructuredDataTypeDictionary) { in GetObjectForDotSeparatedPath()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Core/
HDStructuredDataImpl.h103 if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) { in GetSize()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
HDReportRetriever.cpp203 if (!report || report->GetType() != lldb::eStructuredDataTypeDictionary) in NotifyBreakpointHit()
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDThread.cpp1827 if (activity && activity->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
1840 if (breadcrumb && breadcrumb->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
1863 if (message && message->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h849 eStructuredDataTypeDictionary, enumerator
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDFormatEntity.cpp1059 } else if (value->GetType() == eStructuredDataTypeDictionary) { in FormatThreadExtendedInfoRecurse()
1451 object_sp->GetType() == eStructuredDataTypeDictionary) { in Format()
/freebsd-head/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst1072 .. py:data:: eStructuredDataTypeDictionary
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp81625 {SWIG_LUA_CONSTTAB_INT("eStructuredDataTypeDictionary", (lldb::eStructuredDataTypeDictionary))},