Searched defs:ScopedEvent (Results 1 – 7 of 7) sorted by relevance
90 pub struct ScopedEvent { struct94 impl Drop for ScopedEvent { implementation101 pub fn begin_scoped_event(tag: AtraceTag, name: &str) -> ScopedEvent { in begin_scoped_event()
54 class ScopedEvent { class56 ScopedEvent() { in ScopedEvent() function in unix_file::ScopedEvent
175 ScopedEvent(ScopedEvent&& value) noexcept { 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