reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Utility/StructuredData.h
   79     virtual void Clear() { m_type = lldb::eStructuredDataTypeInvalid; }
   81     lldb::StructuredDataType GetType() const { return m_type; }
   83     void SetType(lldb::StructuredDataType t) { m_type = t; }
   86       return ((m_type == lldb::eStructuredDataTypeArray)
   92       return ((m_type == lldb::eStructuredDataTypeDictionary)
   98       return ((m_type == lldb::eStructuredDataTypeInteger)
  109       return ((m_type == lldb::eStructuredDataTypeFloat)
  120       return ((m_type == lldb::eStructuredDataTypeBoolean)
  131       return ((m_type == lldb::eStructuredDataTypeString)
  145       return ((m_type == lldb::eStructuredDataTypeGeneric)