Searched defs:EventInfo (Results 1 – 10 of 10) sorted by relevance
15 pub(crate) struct EventInfo { struct20 impl Default for EventInfo { argument34 fn event_info(&self, id: EventId) -> Option<&EventInfo>; in event_info()39 F: FnMut(&'a EventInfo); in for_each()43 fn event_info(&self, id: EventId) -> Option<&EventInfo> { in event_info()49 F: FnMut(&'a EventInfo), in for_each()
38 fn event_info(&self, id: EventId) -> Option<&EventInfo> { in event_info()44 F: FnMut(&'a EventInfo), in for_each()
62 struct EventInfo { struct63 uint16_t event_id;87 std::vector<EventInfo>* event_infos); argument
628 struct EventInfo { struct631 EventInfo() : HasDispatcher(false) { } in EventInfo() argument
59 fn event_info(&self, id: EventId) -> Option<&EventInfo> { in event_info()72 F: FnMut(&'a EventInfo), in for_each()
217 struct EventInfo { struct in tpu_driver::__anon0a9a835f0111::GrpcTpuStream218 bool all_deps_done = false;219 bool done = false; // response received220 bool deleted = false; // deleted by the user221 Status status;222 absl::InlinedVector<std::function<void(Status)>, 1> callbacks;224 absl::InlinedVector<EventId, 2> deps;
97 } EventInfo; typedef
254 "EventInfo": { object
200 enum class EventInfo : uint8_t enum
276 } EventInfo; typedef