Home
last modified time | relevance | path

Searched refs:set_context_allocator (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/include/grpcpp/impl/codegen/
Dserver_context.h344 void set_context_allocator(ContextAllocator* context_allocator) { in set_context_allocator() function
608 using ServerContextBase::set_context_allocator;
/third_party/grpc/src/cpp/server/
Dserver_cc.cc713 ctx_->set_context_allocator(server->context_allocator()); in CommonSetup()