Home
last modified time | relevance | path

Searched defs:CancelAllCalls (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerSafeHandle.cs91 public void CancelAllCalls() in CancelAllCalls() method in Grpc.Core.Internal.ServerSafeHandle
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dserver.cc838 void Server::CancelAllCalls() { in CancelAllCalls() function in grpc_core::Server