Home
last modified time | relevance | path

Searched defs:RequestCall (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/cpp/server/
Dasync_generic_service.cc25 void AsyncGenericService::RequestCall( in RequestCall() function in grpc::AsyncGenericService
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dasync_generic_service.cc25 void AsyncGenericService::RequestCall( in RequestCall() function in grpc::AsyncGenericService
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerSafeHandle.cs74 …public void RequestCall(RequestCallCompletionDelegate callback, CompletionQueueSafeHandle completi… in RequestCall() method in Grpc.Core.Internal.ServerSafeHandle
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dserver.cc918 grpc_call_error Server::RequestCall(grpc_call** call, in RequestCall() function in grpc_core::Server