Home
last modified time | relevance | path

Searched refs:getUnaryRpcMethod (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/
DSimpleServiceGrpc.java34 io.grpc.testing.protobuf.SimpleResponse> getUnaryRpcMethod; field in SimpleServiceGrpc
42 io.grpc.testing.protobuf.SimpleResponse> getUnaryRpcMethod() { in getUnaryRpcMethod() method in SimpleServiceGrpc
43 …io.grpc.testing.protobuf.SimpleRequest, io.grpc.testing.protobuf.SimpleResponse> getUnaryRpcMethod; in getUnaryRpcMethod() local
44 if ((getUnaryRpcMethod = SimpleServiceGrpc.getUnaryRpcMethod) == null) { in getUnaryRpcMethod()
46 if ((getUnaryRpcMethod = SimpleServiceGrpc.getUnaryRpcMethod) == null) { in getUnaryRpcMethod()
47 SimpleServiceGrpc.getUnaryRpcMethod = getUnaryRpcMethod = in getUnaryRpcMethod()
62 return getUnaryRpcMethod; in getUnaryRpcMethod()
198 asyncUnimplementedUnaryCall(getUnaryRpcMethod(), responseObserver); in unaryRpc()
234 getUnaryRpcMethod(), in bindService()
294 getChannel().newCall(getUnaryRpcMethod(), getCallOptions()), request, responseObserver); in unaryRpc()
[all …]
/external/grpc-grpc-java/testing-proto/src/test/java/io/grpc/testing/protobuf/
DSimpleServiceTest.java60 genericTypeShouldMatchWhenAssigned = SimpleServiceGrpc.getUnaryRpcMethod(); in serviceMethodDescriotrs()
75 assertTrue(SimpleServiceGrpc.getUnaryRpcMethod().isSampledToLocalTracing()); in generatedMethodsAreSampledToLocalTracing()
123 SimpleServiceGrpc.getUnaryRpcMethod(), methodToAnnotation.get("getUnaryRpcMethod")); in process()