Home
last modified time | relevance | path

Searched refs:BroadcastEventSpecMatches (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/Core/
DBroadcaster.h142 class BroadcastEventSpecMatches
145 BroadcastEventSpecMatches (BroadcastEventSpec broadcaster_spec) : in BroadcastEventSpecMatches() function
150 ~BroadcastEventSpecMatches () {} in ~BroadcastEventSpecMatches()
/external/lldb/source/Core/
DBroadcaster.cpp445 iter = find_if (m_event_map.begin(), end_iter, BroadcastEventSpecMatches (event_spec)); in GetListenerForEventSpec()