Searched defs:ScopedEvent (Results 1 – 4 of 4) sorted by relevance
175 ScopedEvent(ScopedEvent&& value) { in ScopedEvent() function
24 using ScopedEvent = std::unique_ptr<Event>; variable
276 ScopedEvent(uint32_t tag, uint16_t event_id) { in ScopedEvent() function
174 Trace::ScopedEvent::ScopedEvent(const char* fmt, ...) : trace(Trace::get()) { in ScopedEvent() function