Home
last modified time | relevance | path

Searched refs:eStructuredDataTypeBoolean (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/sbstructureddata/
H A DTestStructuredDataAPI.py161 if not bool_struct.GetType() == lldb.eStructuredDataTypeBoolean:
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStructuredData.h120 return ((m_type == lldb::eStructuredDataTypeBoolean) in GetAsBoolean()
322 : Object(lldb::eStructuredDataTypeBoolean), m_value(b) {} in Object() argument
/llvm-project-15.0.7/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py61 if load_all_images.GetType() == lldb.eStructuredDataTypeBoolean:
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h801 eStructuredDataTypeBoolean, enumerator
/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp473 if (node->GetType() == eStructuredDataTypeBoolean) { in GetInfoItemByPathAsString()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1068 .. py:data:: eStructuredDataTypeBoolean