Home
last modified time | relevance | path

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

/external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/
DSimpleServiceGrpc.java98 io.grpc.testing.protobuf.SimpleResponse> getServerStreamingRpcMethod; field in SimpleServiceGrpc
106 io.grpc.testing.protobuf.SimpleResponse> getServerStreamingRpcMethod() { in getServerStreamingRpcMethod() method in SimpleServiceGrpc
107 …sting.protobuf.SimpleRequest, io.grpc.testing.protobuf.SimpleResponse> getServerStreamingRpcMethod; in getServerStreamingRpcMethod() local
108 if ((getServerStreamingRpcMethod = SimpleServiceGrpc.getServerStreamingRpcMethod) == null) { in getServerStreamingRpcMethod()
110 if ((getServerStreamingRpcMethod = SimpleServiceGrpc.getServerStreamingRpcMethod) == null) { in getServerStreamingRpcMethod()
111 SimpleServiceGrpc.getServerStreamingRpcMethod = getServerStreamingRpcMethod = in getServerStreamingRpcMethod()
126 return getServerStreamingRpcMethod; in getServerStreamingRpcMethod()
218 asyncUnimplementedUnaryCall(getServerStreamingRpcMethod(), responseObserver); in serverStreamingRpc()
248 getServerStreamingRpcMethod(), in bindService()
316 … getChannel().newCall(getServerStreamingRpcMethod(), getCallOptions()), request, responseObserver); in serverStreamingRpc()
[all …]
/external/grpc-grpc-java/testing-proto/src/test/java/io/grpc/testing/protobuf/
DSimpleServiceTest.java66 genericTypeShouldMatchWhenAssigned = SimpleServiceGrpc.getServerStreamingRpcMethod(); in serviceMethodDescriotrs()
125 SimpleServiceGrpc.getServerStreamingRpcMethod(), in process()