#include <server.h>
Public Attributes | |
grpc_call ** | call |
grpc_completion_queue * | cq |
grpc_call_details * | details |
grpc_metadata_array * | initial_metadata |
void * | tag |
Definition at line 86 of file src/core/lib/surface/server.h.
grpc_call** grpc_core::Server::BatchCallAllocation::call |
Definition at line 88 of file src/core/lib/surface/server.h.
grpc_completion_queue* grpc_core::Server::BatchCallAllocation::cq |
Definition at line 91 of file src/core/lib/surface/server.h.
grpc_call_details* grpc_core::Server::BatchCallAllocation::details |
Definition at line 90 of file src/core/lib/surface/server.h.
grpc_metadata_array* grpc_core::Server::BatchCallAllocation::initial_metadata |
Definition at line 89 of file src/core/lib/surface/server.h.
void* grpc_core::Server::BatchCallAllocation::tag |
Definition at line 87 of file src/core/lib/surface/server.h.