Searched refs:cq_bound_to_call (Results 1 – 4 of 4) sorted by relevance
/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/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/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
|