Home
last modified time | relevance | path

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

/external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/
DSimpleServiceGrpc.java66 io.grpc.testing.protobuf.SimpleResponse> getClientStreamingRpcMethod; field in SimpleServiceGrpc
74 io.grpc.testing.protobuf.SimpleResponse> getClientStreamingRpcMethod() { in getClientStreamingRpcMethod() method in SimpleServiceGrpc
75 …sting.protobuf.SimpleRequest, io.grpc.testing.protobuf.SimpleResponse> getClientStreamingRpcMethod; in getClientStreamingRpcMethod() local
76 if ((getClientStreamingRpcMethod = SimpleServiceGrpc.getClientStreamingRpcMethod) == null) { in getClientStreamingRpcMethod()
78 if ((getClientStreamingRpcMethod = SimpleServiceGrpc.getClientStreamingRpcMethod) == null) { in getClientStreamingRpcMethod()
79 SimpleServiceGrpc.getClientStreamingRpcMethod = getClientStreamingRpcMethod = in getClientStreamingRpcMethod()
94 return getClientStreamingRpcMethod; in getClientStreamingRpcMethod()
208 return asyncUnimplementedStreamingCall(getClientStreamingRpcMethod(), responseObserver); in clientStreamingRpc()
241 getClientStreamingRpcMethod(), in bindService()
305 getChannel().newCall(getClientStreamingRpcMethod(), getCallOptions()), responseObserver); in clientStreamingRpc()
[all …]
/external/grpc-grpc-java/testing-proto/src/test/java/io/grpc/testing/protobuf/
DSimpleServiceTest.java63 genericTypeShouldMatchWhenAssigned = SimpleServiceGrpc.getClientStreamingRpcMethod(); in serviceMethodDescriotrs()
128 SimpleServiceGrpc.getClientStreamingRpcMethod(), in process()