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

  /external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/
SimpleServiceGrpc.java 130 io.grpc.testing.protobuf.SimpleResponse> getBidiStreamingRpcMethod;
138 io.grpc.testing.protobuf.SimpleResponse> getBidiStreamingRpcMethod() {
139 io.grpc.MethodDescriptor<io.grpc.testing.protobuf.SimpleRequest, io.grpc.testing.protobuf.SimpleResponse> getBidiStreamingRpcMethod;
140 if ((getBidiStreamingRpcMethod = SimpleServiceGrpc.getBidiStreamingRpcMethod) == null) {
142 if ((getBidiStreamingRpcMethod = SimpleServiceGrpc.getBidiStreamingRpcMethod) == null) {
143 SimpleServiceGrpc.getBidiStreamingRpcMethod = getBidiStreamingRpcMethod =
158 return getBidiStreamingRpcMethod;
    [all...]
  /external/grpc-grpc-java/testing-proto/src/test/java/io/grpc/testing/protobuf/
SimpleServiceTest.java 69 genericTypeShouldMatchWhenAssigned = SimpleServiceGrpc.getBidiStreamingRpcMethod();
131 SimpleServiceGrpc.getBidiStreamingRpcMethod(),
132 methodToAnnotation.get("getBidiStreamingRpcMethod"));

Completed in 479 milliseconds