Searched defs:grpc_event (Results 1 – 7 of 7) sorted by relevance
237 typedef struct grpc_event { struct250 } grpc_event; argument
595 typedef struct grpc_event { struct608 } grpc_event; argument
856 pub struct grpc_event { struct858 pub type_: grpc_completion_type,860 pub success: ::std::os::raw::c_int,862 pub tag: *mut ::std::os::raw::c_void,1360 ) -> grpc_event; in grpc_completion_queue_next()1369 ) -> grpc_event; in grpc_completion_queue_pluck()
1059 pub struct grpc_event { struct1061 pub type_: grpc_completion_type,1067 pub success: ::std::os::raw::c_int,1071 pub tag: *mut ::std::os::raw::c_void,1711 ) -> grpc_event; in grpc_completion_queue_next()1730 ) -> grpc_event; in grpc_completion_queue_pluck()
376 Event grpc_event; in PublishDebugMetadata() local
505 auto grpc_event = static_cast<const GrpcEvent*>(event); in InitializeRequest() local