Searched defs:grpc_cq_completion (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/src/core/lib/surface/ |
D | completion_queue.h | 38 typedef struct grpc_cq_completion { struct 45 void (*done)(void* done_arg, struct grpc_cq_completion* c); argument 49 } grpc_cq_completion; argument
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | completion_queue.h | 39 typedef struct grpc_cq_completion { struct 47 void (*done)(void* done_arg, struct grpc_cq_completion* c); argument 51 } grpc_cq_completion; argument
|
D | channel_ping.cc | 37 static void ping_destroy(void* arg, grpc_cq_completion* /*storage*/) { in ping_destroy() argument
|
D | server.h | 337 grpc_cq_completion* /*completion*/) { in DoneShutdownEvent() argument
|
D | server.cc | 699 void Server::DoneRequestEvent(void* req, grpc_cq_completion* /*c*/) { in DoneRequestEvent() argument
|
D | call.cc | 1166 grpc_cq_completion* /*storage*/) { in finish_batch_completion() argument
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/ |
D | alarm.cc | 69 [](void* /*arg*/, grpc_cq_completion* /*completion*/) {}, arg, in Set()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | channel_connectivity.cc | 93 static void finished_completion(void* pw, grpc_cq_completion* /*ignored*/) { in finished_completion() argument
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker.cc | 399 [](void* /*done_arg*/, grpc_cq_completion* /*storage*/) {}, nullptr, in on_handshaker_service_resp_recv_dedicated()
|