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

  /external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/
SimpleServiceGrpc.java 66 io.grpc.testing.protobuf.SimpleResponse> getClientStreamingRpcMethod;
74 io.grpc.testing.protobuf.SimpleResponse> getClientStreamingRpcMethod() {
75 io.grpc.MethodDescriptor<io.grpc.testing.protobuf.SimpleRequest, io.grpc.testing.protobuf.SimpleResponse> getClientStreamingRpcMethod;
76 if ((getClientStreamingRpcMethod = SimpleServiceGrpc.getClientStreamingRpcMethod) == null) {
78 if ((getClientStreamingRpcMethod = SimpleServiceGrpc.getClientStreamingRpcMethod) == null) {
79 SimpleServiceGrpc.getClientStreamingRpcMethod = getClientStreamingRpcMethod =
94 return getClientStreamingRpcMethod;
    [all...]
  /external/grpc-grpc-java/testing-proto/src/test/java/io/grpc/testing/protobuf/
SimpleServiceTest.java 63 genericTypeShouldMatchWhenAssigned = SimpleServiceGrpc.getClientStreamingRpcMethod();
128 SimpleServiceGrpc.getClientStreamingRpcMethod(),
129 methodToAnnotation.get("getClientStreamingRpcMethod"));

Completed in 746 milliseconds