Home
last modified time | relevance | path

Searched refs:GetBroadcasterImpl (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Utility/
DListener.cpp92 Broadcaster::BroadcasterImplWP impl_wp(broadcaster->GetBroadcasterImpl()); in StartListeningForEvents()
123 Broadcaster::BroadcasterImplWP impl_wp(broadcaster->GetBroadcasterImpl()); in StartListeningForEvents()
155 m_broadcasters.erase(broadcaster->GetBroadcasterImpl()); in StopListeningForEvents()
171 m_broadcasters.erase(broadcaster->GetBroadcasterImpl()); in BroadcasterWillDestruct()
411 broadcaster->GetBroadcasterImpl()); in HandleBroadcastEvent()
DEvent.cpp31 : m_broadcaster_wp(broadcaster->GetBroadcasterImpl()), m_type(event_type), in Event()
36 : m_broadcaster_wp(broadcaster->GetBroadcasterImpl()), m_type(event_type), in Event()
/external/llvm-project/lldb/include/lldb/Utility/
DEvent.h241 m_broadcaster_wp = broadcaster->GetBroadcasterImpl(); in SetBroadcaster()
DBroadcaster.h524 BroadcasterImplSP GetBroadcasterImpl() { return m_broadcaster_sp; } in GetBroadcasterImpl() function