HomeSort by relevance Sort by last modified time
    Searched refs:GetEventNames (Results 1 - 5 of 5) sorted by null

  /external/lldb/include/lldb/Core/
Broadcaster.h 346 GetEventNames (Stream &s, const uint32_t event_mask, bool prefix_with_broadcaster_name) const;
  /external/lldb/source/API/
SBEvent.cpp 94 if (lldb_event && lldb_event->GetBroadcaster() && lldb_event->GetBroadcaster()->GetEventNames(sstr, event_type, true))
SBListener.cpp 149 const bool got_requested_names = lldb_broadcaster->GetEventNames (sstr_requested, event_mask, false);
150 const bool got_acquired_names = lldb_broadcaster->GetEventNames (sstr_acquired, acquired_event_mask, false);
  /external/lldb/source/Core/
Event.cpp 58 if (m_broadcaster->GetEventNames (event_name, m_type, false))
Broadcaster.cpp 78 Broadcaster::GetEventNames (Stream &s, uint32_t event_mask, bool prefix_with_broadcaster_name) const

Completed in 222 milliseconds