Go to the source code of this file.
|
| class | grpc::WriteOptions |
| | Per-message write options. More...
|
| |
| class | grpc::internal::CallNoOp< I > |
| | Default argument for CallOpSet. More...
|
| |
| class | grpc::internal::CallOpSendInitialMetadata |
| |
| class | grpc::internal::CallOpSendMessage |
| |
| class | grpc::internal::CallOpRecvMessage< R > |
| |
| class | grpc::internal::DeserializeFunc |
| |
| class | grpc::internal::DeserializeFuncType< R > |
| |
| class | grpc::internal::CallOpGenericRecvMessage |
| |
| class | grpc::internal::CallOpClientSendClose |
| |
| class | grpc::internal::CallOpServerSendStatus |
| |
| class | grpc::internal::CallOpRecvInitialMetadata |
| |
| class | grpc::internal::CallOpClientRecvStatus |
| |
| class | grpc::internal::CallOpSetInterface |
| | An abstract collection of call ops, used to generate the grpc_call_op structure to pass down to the lower layers, and as it is-a CompletionQueueTag, also massages the final completion into the correct form for consumption in the C++ API. More...
|
| |
| class | grpc::internal::CallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 > |
| | Primary implementation of CallOpSetInterface. More...
|
| |
| class | grpc::internal::SneakyCallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 > |
| | A CallOpSet that does not post completions to the completion queue. More...
|
| |
| class | grpc::internal::Call |
| | Straightforward wrapping of the C call object. More...
|
| |
|
| | grpc |
| | An Alarm posts the user provided tag to its associated completion queue upon expiry or cancellation.
|
| |
| | grpc::internal |
| | Models a gRPC server.
|
| |