Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp65 Broadcaster::BroadcasterImplWP impl_wp(broadcaster->GetBroadcasterImpl()); in StartListeningForEvents()
95 Broadcaster::BroadcasterImplWP impl_wp(broadcaster->GetBroadcasterImpl()); in StartListeningForEvents()
126 m_broadcasters.erase(broadcaster->GetBroadcasterImpl()); in StopListeningForEvents()
141 m_broadcasters.erase(broadcaster->GetBroadcasterImpl()); in BroadcasterWillDestruct()
321 broadcaster->GetBroadcasterImpl()); in HandleBroadcastEvent()
H A DEvent.cpp34 : m_broadcaster_wp(broadcaster->GetBroadcasterImpl()), m_type(event_type), in Event()
39 : m_broadcaster_wp(broadcaster->GetBroadcasterImpl()), m_type(event_type), in Event()
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h247 m_broadcaster_wp = broadcaster->GetBroadcasterImpl(); in SetBroadcaster()
H A DBroadcaster.h467 BroadcasterImplSP GetBroadcasterImpl() { return m_broadcaster_sp; } in GetBroadcasterImpl() function