19 #ifndef GRPCPP_IMPL_CODEGEN_MESSAGE_ALLOCATOR_H 20 #define GRPCPP_IMPL_CODEGEN_MESSAGE_ALLOCATOR_H 23 namespace experimental {
39 template <
typename RequestT,
typename ResponseT>
63 template <
typename RequestT,
typename ResponseT>
73 #endif // GRPCPP_IMPL_CODEGEN_MESSAGE_ALLOCATOR_H
virtual ~MessageAllocator()=default
Definition: message_allocator.h:64
void set_response(ResponseT *response)
Definition: message_allocator.h:51
virtual ~RpcAllocatorState()=default
ResponseT * response()
Definition: message_allocator.h:47
RequestT * request()
Definition: message_allocator.h:46
void set_request(RequestT *request)
Definition: message_allocator.h:50
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
Definition: message_allocator.h:40
virtual MessageHolder< RequestT, ResponseT > * AllocateMessages()=0
virtual void FreeRequest()
Definition: message_allocator.h:33
Definition: message_allocator.h:27