Searched refs:StructuredDataType (Results 1 – 7 of 7) sorted by relevance
35 lldb::StructuredDataType GetType() const;
72 Object(lldb::StructuredDataType t = lldb::eStructuredDataTypeInvalid)81 lldb::StructuredDataType GetType() const { return m_type; } in GetType()83 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType()168 lldb::StructuredDataType m_type;
46 lldb::StructuredDataType GetType() const;
94 lldb::StructuredDataType GetType() const { in GetType()
111 StructuredDataType SBStructuredData::GetType() const { in GetType()
799 enum StructuredDataType { enum
1059 StructuredDataType section in Enumerators