Home
last modified time | relevance | path

Searched defs:EventId (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Devent_id.h33 struct EventId { struct
38 friend H AbslHashValue(H h, const EventId& c) { in AbslHashValue() argument
56 static EventId FromInt(uint64_t value) { in FromInt() argument
/external/rust/crates/tokio/src/signal/
Dregistry.rs12 pub(crate) type EventId = usize; typedef
90 fn record_event(&self, event_id: EventId) { in record_event()
138 pub(crate) fn record_event(&self, event_id: EventId) { in record_event()
/external/libchrome/base/test/
Dtrace_event_analyzer.h262 static Query EventId() { return Query(EVENT_ID); } in EventId() function