Home
last modified time | relevance | path

Searched refs:GetEventForBroadcasterWithType (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/unittests/Utility/
DListenerTest.cpp35 EXPECT_FALSE(listener_sp->GetEventForBroadcasterWithType( in TEST()
50 EXPECT_FALSE(listener_sp->GetEventForBroadcasterWithType( in TEST()
52 EXPECT_TRUE(listener_sp->GetEventForBroadcasterWithType( in TEST()
72 EXPECT_FALSE(listener_sp->GetEventForBroadcasterWithType( in TEST()
87 EXPECT_FALSE(listener_sp->GetEventForBroadcasterWithType( in TEST()
89 EXPECT_TRUE(listener_sp->GetEventForBroadcasterWithType( in TEST()
110 EXPECT_TRUE(listener_sp->GetEventForBroadcasterWithType( in TEST()
/external/llvm-project/lldb/include/lldb/Utility/
DListener.h91 bool GetEventForBroadcasterWithType(Broadcaster *broadcaster,
/external/llvm-project/lldb/source/API/
DSBListener.cpp202 if (m_opaque_sp->GetEventForBroadcasterWithType( in WaitForEventForBroadcasterWithType()
295 if (m_opaque_sp->GetEventForBroadcasterWithType(broadcaster.get(), in GetNextEventForBroadcasterWithType()
/external/llvm-project/lldb/source/Utility/
DListener.cpp385 bool Listener::GetEventForBroadcasterWithType( in GetEventForBroadcasterWithType() function in Listener
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteClientBaseTest.cpp70 listener_sp->GetEventForBroadcasterWithType( in WaitForRunEvent()
/external/llvm-project/lldb/source/Target/
DProcess.cpp1084 if (listener_sp->GetEventForBroadcasterWithType( in GetStateChangedEvents()
1123 if (m_private_state_listener_sp->GetEventForBroadcasterWithType( in GetStateChangedEventsPrivate()