Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBStructuredData.cpp65 if (!json_obj || json_obj->GetType() != eStructuredDataTypeDictionary) in SetFromJSON()
126 if (GetType() != eStructuredDataTypeDictionary) in GetKeys()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h92 return ((m_type == lldb::eStructuredDataTypeDictionary) in GetAsDictionary()
370 Dictionary() : Object(lldb::eStructuredDataTypeDictionary) {} in Dictionary()
372 Dictionary(ObjectSP obj_sp) : Object(lldb::eStructuredDataTypeDictionary) { in Dictionary()
373 if (!obj_sp || obj_sp->GetType() != lldb::eStructuredDataTypeDictionary) { in Dictionary()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStructuredData.cpp55 object_sp->GetType() == lldb::eStructuredDataTypeDictionary; in IsRecordType()
105 if (this->GetType() == lldb::eStructuredDataTypeDictionary) { in GetObjectForDotSeparatedPath()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DStructuredDataImpl.h103 if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) { in GetSize()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp1176 case lldb::eStructuredDataTypeDictionary: { in FilterAndGetValueForKey()
1191 statistics.GetType() == lldb::eStructuredDataTypeDictionary; in addStatistic()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h808 eStructuredDataTypeDictionary enumerator
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp1821 if (activity && activity->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
1834 if (breadcrumb && breadcrumb->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
1857 if (message && message->GetType() == eStructuredDataTypeDictionary) { in GetDescription()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp1024 } else if (value->GetType() == eStructuredDataTypeDictionary) { in FormatThreadExtendedInfoRecurse()
1396 object_sp->GetType() == eStructuredDataTypeDictionary) { in Format()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1070 .. py:data:: eStructuredDataTypeDictionary