Searched defs:SBEvent (Results 1 – 6 of 6) sorted by relevance
24 SBEvent::SBEvent() { LLDB_INSTRUMENT_VA(this); } in SBEvent() function in SBEvent26 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
27 class SBEvent; variable
80 friend class SBEvent; variable
70 class LLDB_API SBEvent; variable
28 class SBEvent; variable