HomeSort by relevance Sort by last modified time
    Searched defs:DoOnRemoval (Results 1 - 2 of 2) 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);

Completed in 70 milliseconds