Searched defs:SBEvent (Results 1 – 7 of 7) sorted by relevance
25 SBEvent::SBEvent() { LLDB_INSTRUMENT_VA(this); } in SBEvent() function in SBEvent27 SBEvent::SBEvent(uint32_t event_type, const char *cstr, uint32_t cstr_len) in SBEvent() function in SBEvent33 SBEvent::SBEvent(EventSP &event_sp) in SBEvent() function in SBEvent38 SBEvent::SBEvent(Event *event_ptr) : m_opaque_ptr(event_ptr) { in SBEvent() function in SBEvent42 SBEvent::SBEvent(const SBEvent &rhs) in SBEvent() function in SBEvent
67 friend class SBEvent; variable
21 class SBEvent; variable
68 friend class SBEvent; variable
53 class LLDB_API SBEvent; variable
28 class SBEvent; variable