Searched defs:DoOnRemoval (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Core/
H A DEvent.h47 DoOnRemoval (Event *event_ptr) function in class:lldb_private::EventData
190 // the listener. It calls the Event Data's DoOnRemoval() method, which is
194 DoOnRemoval ();
/external/lldb/source/Core/
H A DEvent.cpp86 Event::DoOnRemoval () function in class:Event
89 m_data_ap->DoOnRemoval (this);

Completed in 365 milliseconds