GRPC Core
18.0.0
|
#include <server.h>
Data Fields | |
void * | tag |
grpc_call ** | call |
grpc_metadata_array * | initial_metadata |
grpc_call_details * | details |
grpc_completion_queue * | cq |
grpc_call** grpc_core::Server::BatchCallAllocation::call |
grpc_completion_queue* grpc_core::Server::BatchCallAllocation::cq |
grpc_call_details* grpc_core::Server::BatchCallAllocation::details |
grpc_metadata_array* grpc_core::Server::BatchCallAllocation::initial_metadata |
void* grpc_core::Server::BatchCallAllocation::tag |