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

  /external/lldb/include/lldb/Core/
Event.h 47 DoOnRemoval (Event *event_ptr)
190 // the listener. It calls the Event Data's DoOnRemoval() method, which is
194 DoOnRemoval ();
  /external/lldb/source/Core/
Event.cpp 86 Event::DoOnRemoval ()
89 m_data_ap->DoOnRemoval (this);
Listener.cpp 317 // be useful to do that in the "DoOnRemoval".
320 // Don't call DoOnRemoval if you aren't removing the event...
322 event_sp->DoOnRemoval();
414 // Note, we don't want to lock the m_events_mutex in the call to GetNextEventInternal, since the DoOnRemoval
  /external/lldb/include/lldb/Target/
Process.h     [all...]
  /external/lldb/source/Target/
Process.cpp     [all...]

Completed in 129 milliseconds