Home
last modified time | relevance | path

Searched refs:cq_for_notification (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dserver.h151 grpc_completion_queue* cq_for_notification,
159 grpc_completion_queue* cq_for_notification, void* tag_new);
351 grpc_completion_queue* cq_for_notification, void* tag,
354 size_t* cq_idx, grpc_completion_queue* cq_for_notification, void* tag,
Dserver.cc865 grpc_completion_queue* cq_for_notification, void* tag, in ValidateServerRequest() argument
872 if (grpc_cq_begin_op(cq_for_notification, tag) == false) { in ValidateServerRequest()
879 size_t* cq_idx, grpc_completion_queue* cq_for_notification, void* tag, in ValidateServerRequestAndCq() argument
883 if (cqs_[idx] == cq_for_notification) { in ValidateServerRequestAndCq()
891 ValidateServerRequest(cq_for_notification, tag, optional_payload, rm); in ValidateServerRequestAndCq()
922 grpc_completion_queue* cq_for_notification, in RequestCall() argument
926 &cq_idx, cq_for_notification, tag, nullptr, nullptr); in RequestCall()
939 grpc_completion_queue* cq_for_notification, void* tag_new) { in RequestRegisteredCall() argument
942 &cq_idx, cq_for_notification, tag_new, optional_payload, rm); in RequestRegisteredCall()
1543 grpc_completion_queue* cq_for_notification, void* tag) { in grpc_server_request_call() argument
[all …]
/external/grpc-grpc/include/grpc/
Dgrpc.h360 grpc_completion_queue* cq_for_notification, void* tag_new);
390 grpc_completion_queue* cq_for_notification, void* tag_new);
/external/rust/crates/grpcio-sys/grpc/include/grpc/
Dgrpc.h364 grpc_completion_queue* cq_for_notification, void* tag_new);
394 grpc_completion_queue* cq_for_notification, void* tag_new);
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/
Dgrpc.h364 grpc_completion_queue* cq_for_notification, void* tag_new);
394 grpc_completion_queue* cq_for_notification, void* tag_new);
/external/grpc-grpc/src/core/lib/surface/
Dserver.cc1379 grpc_completion_queue* cq_for_notification, void* tag) { in grpc_server_request_call() argument
1390 cq_for_notification, tag)); in grpc_server_request_call()
1393 if (server->cqs[cq_idx] == cq_for_notification) { in grpc_server_request_call()
1402 if (grpc_cq_begin_op(cq_for_notification, tag) == false) { in grpc_server_request_call()
1426 grpc_completion_queue* cq_for_notification, void* tag) { in grpc_server_request_registered_call() argument
1439 cq_bound_to_call, cq_for_notification, tag)); in grpc_server_request_registered_call()
1443 if (server->cqs[cq_idx] == cq_for_notification) { in grpc_server_request_registered_call()
1458 if (grpc_cq_begin_op(cq_for_notification, tag) == false) { in grpc_server_request_registered_call()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h203 …a, grpc_completion_queue* cq_bound_to_call, grpc_completion_queue* cq_for_notification, void* tag_…
209 …d, grpc_completion_queue* cq_bound_to_call, grpc_completion_queue* cq_for_notification, void* tag_…
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi377 *cq_bound_to_call, grpc_completion_queue *cq_for_notification, void
/external/rust/crates/grpcio-sys/bindings/
Dx86_64-unknown-linux-gnu-bindings.rs2028 cq_for_notification: *mut grpc_completion_queue, in grpc_server_request_call()
2069 cq_for_notification: *mut grpc_completion_queue, in grpc_server_request_registered_call()
Daarch64-unknown-linux-gnu-bindings.rs2028 cq_for_notification: *mut grpc_completion_queue, in grpc_server_request_call()
2069 cq_for_notification: *mut grpc_completion_queue, in grpc_server_request_registered_call()