Searched defs:grpc_cq_completion (Results 1 – 9 of 9) sorted by relevance
| /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 | 343 grpc_cq_completion* /*completion*/) { in DoneShutdownEvent() argument
|
| D | server.cc | 711 void Server::DoneRequestEvent(void* req, grpc_cq_completion* /*c*/) { in DoneRequestEvent() argument
|
| D | call.cc | 1165 grpc_cq_completion* /*storage*/) { in finish_batch_completion() argument
|
| /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/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 | 117 static void FinishedCompletion(void* arg, grpc_cq_completion* /*ignored*/) { in FinishedCompletion() argument
|
| /external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/ |
| D | alts_tsi_handshaker.cc | 400 [](void* /*done_arg*/, grpc_cq_completion* /*storage*/) {}, nullptr, in on_handshaker_service_resp_recv_dedicated()
|