/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/channelz/v1/ |
D | ChannelzGrpc.java | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 570 return futureUnaryCall( in getTopChannels() 581 return futureUnaryCall( in getServers() 592 return futureUnaryCall( in getServerSockets() 603 return futureUnaryCall( in getChannel() 614 return futureUnaryCall( in getSubchannel() 625 return futureUnaryCall( in getSocket()
|
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/ |
D | ReconnectServiceGrpc.java | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 260 return futureUnaryCall( in start() 268 return futureUnaryCall( in stop()
|
D | UnimplementedServiceGrpc.java | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 216 return futureUnaryCall( in unimplementedCall()
|
D | TestServiceGrpc.java | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 701 return futureUnaryCall( in emptyCall() 712 return futureUnaryCall( in unaryCall() 725 return futureUnaryCall( in cacheableUnaryCall() 737 return futureUnaryCall( in unimplementedCall()
|
D | MetricsServiceGrpc.java | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 270 return futureUnaryCall( in getGauge()
|
/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/ |
D | ClientCalls.java | 108 return getUnchecked(futureUnaryCall(call, req)); in blockingUnaryCall() 127 ListenableFuture<RespT> responseFuture = futureUnaryCall(call, req); in blockingUnaryCall() 186 public static <ReqT, RespT> ListenableFuture<RespT> futureUnaryCall( in futureUnaryCall() method in ClientCalls
|
/external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/ |
D | ReportQpsScenarioServiceGrpc.java | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 196 return futureUnaryCall( in reportScenario()
|
D | WorkerServiceGrpc.java | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 406 return futureUnaryCall( in coreCount() 417 return futureUnaryCall( in quitWorker()
|
D | BenchmarkServiceGrpc.java | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 462 return futureUnaryCall( in unaryCall()
|
/external/grpc-grpc-java/services/src/generated/test/grpc/io/grpc/reflection/testing/ |
D | AnotherDynamicServiceGrpc.java | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 211 return futureUnaryCall( in method()
|
D | ReflectableServiceGrpc.java | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 184 return futureUnaryCall( in method()
|
D | DynamicServiceGrpc.java | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 211 return futureUnaryCall( in method()
|
/external/grpc-grpc-java/stub/src/test/java/io/grpc/stub/ |
D | ClientCallsTest.java | 156 ListenableFuture<String> future = ClientCalls.futureUnaryCall(call, req); in unaryFutureCallSuccess() 176 ListenableFuture<String> future = ClientCalls.futureUnaryCall(call, req); in unaryFutureCallFailed() 209 ListenableFuture<String> future = ClientCalls.futureUnaryCall(call, req); in unaryFutureCallCancelled()
|
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/health/v1/ |
D | HealthGrpc.java | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 307 return futureUnaryCall( in check()
|
/external/grpc-grpc-java/compiler/src/testLite/golden/ |
D | TestDeprecatedService.java.txt | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 219 return futureUnaryCall(
|
D | TestService.java.txt | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 537 return futureUnaryCall(
|
/external/grpc-grpc-java/compiler/src/testNano/golden/ |
D | TestDeprecatedService.java.txt | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 245 return futureUnaryCall(
|
D | TestService.java.txt | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 578 return futureUnaryCall(
|
/external/flatbuffers/tests/MyGame/Example/ |
D | MonsterStorageGrpc.java | 17 import static io.grpc.stub.ClientCalls.futureUnaryCall; 393 return futureUnaryCall( in store()
|
/external/grpc-grpc-java/compiler/src/test/golden/ |
D | TestDeprecatedService.java.txt | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 220 return futureUnaryCall(
|
D | TestService.java.txt | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 543 return futureUnaryCall(
|
/external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/ |
D | SimpleServiceGrpc.java | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 402 return futureUnaryCall( in unaryRpc()
|
/external/grpc-grpc-java/alts/src/generated/main/grpc/io/grpc/alts/internal/ |
D | HandshakerServiceGrpc.java | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
|
/external/grpc-grpc-java/grpclb/src/generated/main/grpc/io/grpc/lb/v1/ |
D | LoadBalancerGrpc.java | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
|
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/reflection/v1alpha/ |
D | ServerReflectionGrpc.java | 10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
|