Searched refs:GrpcEvent (Results 1 – 1 of 1) sorted by relevance
48 class GrpcEvent : public Event { class50 explicit GrpcEvent(EventId id, GrpcTpuStream* stream) in GrpcEvent() function in tpu_driver::__anon4073f9c10111::GrpcEvent52 ~GrpcEvent() override;67 class ErrorEvent : public GrpcEvent {69 explicit ErrorEvent(Status status) : GrpcEvent(EventId{0, 0}, nullptr) { in ErrorEvent()89 EventId id, std::shared_ptr<GrpcEvent> event, int64_t bytes, in GrpcBufferHandle()108 std::shared_ptr<GrpcEvent> event_;116 std::shared_ptr<GrpcEvent> event) in GrpcCompiledProgramHandle()146 std::shared_ptr<GrpcEvent> event_;156 explicit GrpcLoadedProgramHandle(EventId id, std::shared_ptr<GrpcEvent> event) in GrpcLoadedProgramHandle()[all …]