Home
last modified time | relevance | path

Searched defs:grpc_cq_completion (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/core/lib/surface/
Dcompletion_queue.h38 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/
Dcompletion_queue.h39 typedef struct grpc_cq_completion { struct
47 void (*done)(void* done_arg, struct grpc_cq_completion* c); argument
51 } grpc_cq_completion; argument
Dchannel_ping.cc37 static void ping_destroy(void* arg, grpc_cq_completion* /*storage*/) { in ping_destroy() argument
Dserver.h337 grpc_cq_completion* /*completion*/) { in DoneShutdownEvent() argument
Dserver.cc699 void Server::DoneRequestEvent(void* req, grpc_cq_completion* /*c*/) { in DoneRequestEvent() argument
Dcall.cc1166 grpc_cq_completion* /*storage*/) { in finish_batch_completion() argument
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dalarm.cc69 [](void* /*arg*/, grpc_cq_completion* /*completion*/) {}, arg, in Set()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc93 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/
Dalts_tsi_handshaker.cc399 [](void* /*done_arg*/, grpc_cq_completion* /*storage*/) {}, nullptr, in on_handshaker_service_resp_recv_dedicated()