|
| | RequestedCall (void *tag_arg, grpc_completion_queue *call_cq, grpc_call **call_arg, grpc_metadata_array *initial_md, grpc_call_details *details) |
| |
| | RequestedCall (void *tag_arg, grpc_completion_queue *call_cq, grpc_call **call_arg, grpc_metadata_array *initial_md, RegisteredMethod *rm, gpr_timespec *deadline, grpc_byte_buffer **optional_payload) |
| |
◆ Type
| Enumerator |
|---|
| BATCH_CALL | |
| REGISTERED_CALL | |
◆ RequestedCall() [1/2]
◆ RequestedCall() [2/2]
| struct { ... } grpc_core::Server::RequestedCall::batch |
◆ call
| grpc_call** const grpc_core::Server::RequestedCall::call |
◆ completion
◆ cq_bound_to_call
| union { ... } grpc_core::Server::RequestedCall::data |
◆ deadline
◆ details
◆ initial_metadata
◆ method
◆ mpscq_node
◆ optional_payload
| struct { ... } grpc_core::Server::RequestedCall::registered |
◆ tag
| void* const grpc_core::Server::RequestedCall::tag |
◆ type
| const Type grpc_core::Server::RequestedCall::type |
The documentation for this struct was generated from the following file: