Home
last modified time | relevance | path

Searched defs:allocator_state (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/test/cpp/end2end/
Dmessage_allocator_end2end_test.cc56 std::function<void(RpcAllocatorState* allocator_state, in SetAllocatorMutator()
270 EchoResponse* resp) { in TEST_P()
296 EchoResponse* resp) { in TEST_P()
/third_party/grpc/include/grpcpp/impl/
Dserver_callback_handlers.h51 auto* allocator_state = in RunHandler() local
88 MessageHolder<RequestType, ResponseType>* allocator_state; in Deserialize() local
182 MessageHolder<RequestType, ResponseType>* allocator_state, in ServerCallbackUnaryImpl()
/third_party/grpc/include/grpcpp/
Dserver_context.h445 void set_message_allocator_state(RpcAllocatorState* allocator_state) { in set_message_allocator_state()