/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | server.cc | 74 cq_bound_to_call(call_cq), in RequestedCall() 87 cq_bound_to_call(call_cq), in RequestedCall() 98 grpc_completion_queue* const cq_bound_to_call; member 921 grpc_completion_queue* cq_bound_to_call, in RequestCall() argument 931 new RequestedCall(tag, cq_bound_to_call, call, request_metadata, details); in RequestCall() 938 grpc_completion_queue* cq_bound_to_call, in RequestRegisteredCall() argument 947 new RequestedCall(tag_new, cq_bound_to_call, call, request_metadata, rm, in RequestRegisteredCall() 1250 grpc_call_set_completion_queue(call_, rc->cq_bound_to_call); in Publish() 1542 grpc_completion_queue* cq_bound_to_call, in grpc_server_request_call() argument 1552 (server, call, details, request_metadata, cq_bound_to_call, in grpc_server_request_call() [all …]
|
D | server.h | 150 grpc_completion_queue* cq_bound_to_call, 158 grpc_completion_queue* cq_bound_to_call,
|
/external/grpc-grpc/include/grpc/ |
D | grpc.h | 359 grpc_completion_queue* cq_bound_to_call, 389 grpc_completion_queue* cq_bound_to_call,
|
/external/grpc-grpc/src/core/lib/surface/ |
D | server.cc | 70 grpc_completion_queue* cq_bound_to_call; member 450 grpc_call_set_completion_queue(calld->call, rc->cq_bound_to_call); in publish_call() 1378 grpc_completion_queue* cq_bound_to_call, in grpc_server_request_call() argument 1389 (server, call, details, initial_metadata, cq_bound_to_call, in grpc_server_request_call() 1412 rc->cq_bound_to_call = cq_bound_to_call; in grpc_server_request_call() 1425 grpc_completion_queue* cq_bound_to_call, in grpc_server_request_registered_call() argument 1439 cq_bound_to_call, cq_for_notification, tag)); in grpc_server_request_registered_call() 1467 rc->cq_bound_to_call = cq_bound_to_call; in grpc_server_request_registered_call()
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/ |
D | grpc.h | 363 grpc_completion_queue* cq_bound_to_call, 393 grpc_completion_queue* cq_bound_to_call,
|
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/ |
D | grpc.h | 363 grpc_completion_queue* cq_bound_to_call, 393 grpc_completion_queue* cq_bound_to_call,
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.h | 203 …ails, grpc_metadata_array* request_metadata, grpc_completion_queue* cq_bound_to_call, grpc_complet… 209 …tadata, grpc_byte_buffer** optional_payload, grpc_completion_queue* cq_bound_to_call, grpc_complet…
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | grpc.pxi | 377 *cq_bound_to_call, grpc_completion_queue *cq_for_notification, void
|
/external/rust/crates/grpcio-sys/bindings/ |
D | x86_64-unknown-linux-gnu-bindings.rs | 2027 cq_bound_to_call: *mut grpc_completion_queue, in grpc_server_request_call() 2068 cq_bound_to_call: *mut grpc_completion_queue, in grpc_server_request_registered_call()
|
D | aarch64-unknown-linux-gnu-bindings.rs | 2027 cq_bound_to_call: *mut grpc_completion_queue, in grpc_server_request_call() 2068 cq_bound_to_call: *mut grpc_completion_queue, in grpc_server_request_registered_call()
|