Home
last modified time | relevance | path

Searched refs:SetBatchMethodAllocator (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dserver.h172 void SetBatchMethodAllocator(grpc_completion_queue* cq,
Dserver.cc810 void Server::SetBatchMethodAllocator( in SetBatchMethodAllocator() function in grpc_core::Server
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_cc.cc847 ->SetBatchMethodAllocator(server_cq_->cq(), [this] { in AddUnknownSyncMethod()
1117 grpc_core::Server::FromC(server_)->SetBatchMethodAllocator(cq->cq(), [this, in RegisterCallbackGenericService()
/aosp_15_r20/external/grpc-grpc/src/cpp/server/
H A Dserver_cc.cc849 ->SetBatchMethodAllocator(server_cq_->cq(), [this] { in AddUnknownSyncMethod()
1119 grpc_core::Server::FromC(server_)->SetBatchMethodAllocator(cq->cq(), [this, in RegisterCallbackGenericService()
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dserver.h185 void SetBatchMethodAllocator(grpc_completion_queue* cq,
H A Dserver.cc956 void Server::SetBatchMethodAllocator( in SetBatchMethodAllocator() function in grpc_core::Server