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

References

tools/lldb/include/lldb/Utility/Event.h
  202   uint32_t GetType() const { return m_type; }
  204   void SetType(uint32_t new_type) { m_type = new_type; }
tools/lldb/source/Utility/Event.cpp
   57     if (broadcaster->GetEventNames(event_name, m_type, false))
   61                 broadcaster->GetBroadcasterName().GetCString(), m_type,
   67                 broadcaster->GetBroadcasterName().GetCString(), m_type);
   70               static_cast<const void *>(this), m_type);