HomeSort by relevance Sort by last modified time
    Searched defs:getUnaryRpcMethod (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/
SimpleServiceGrpc.java 34 io.grpc.testing.protobuf.SimpleResponse> getUnaryRpcMethod;
42 io.grpc.testing.protobuf.SimpleResponse> getUnaryRpcMethod() {
43 io.grpc.MethodDescriptor<io.grpc.testing.protobuf.SimpleRequest, io.grpc.testing.protobuf.SimpleResponse> getUnaryRpcMethod;
44 if ((getUnaryRpcMethod = SimpleServiceGrpc.getUnaryRpcMethod) == null) {
46 if ((getUnaryRpcMethod = SimpleServiceGrpc.getUnaryRpcMethod) == null) {
47 SimpleServiceGrpc.getUnaryRpcMethod = getUnaryRpcMethod =
62 return getUnaryRpcMethod;
    [all...]
  /external/grpc-grpc-java/testing-proto/src/test/java/io/grpc/testing/protobuf/
SimpleServiceTest.java 60 genericTypeShouldMatchWhenAssigned = SimpleServiceGrpc.getUnaryRpcMethod();
75 assertTrue(SimpleServiceGrpc.getUnaryRpcMethod().isSampledToLocalTracing());
123 SimpleServiceGrpc.getUnaryRpcMethod(), methodToAnnotation.get("getUnaryRpcMethod"));

Completed in 225 milliseconds