Searched defs:EventId (Results 1 – 3 of 3) sorted by relevance
33 struct EventId { struct38 friend H AbslHashValue(H h, const EventId& c) { in AbslHashValue() argument56 static EventId FromInt(uint64_t value) { in FromInt() argument
12 pub(crate) type EventId = usize; typedef90 fn record_event(&self, event_id: EventId) { in record_event()138 pub(crate) fn record_event(&self, event_id: EventId) { in record_event()
262 static Query EventId() { return Query(EVENT_ID); } in EventId() function