Searched defs:ClientCall (Results 1 – 3 of 3) sorted by relevance
246 private static RuntimeException cancelThrow(ClientCall<?, ?> call, Throwable t) { in cancelThrow() argument491 GrpcFuture(ClientCall<?, RespT> call) { in GrpcFuture() argument534 BlockingResponseStream(ClientCall<?, T> call) { in BlockingResponseStream() argument539 BlockingResponseStream(ClientCall<?, T> call, ThreadlessExecutor threadless) { in BlockingResponseStream() argument
102 public abstract class ClientCall<ReqT, RespT> { class
49 ClientCall(LockedEndpoint& client, in ClientCall() function