Home
last modified time | relevance | path

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

/external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/
DSimpleServiceGrpc.java130 io.grpc.testing.protobuf.SimpleResponse> getBidiStreamingRpcMethod; field in SimpleServiceGrpc
138 io.grpc.testing.protobuf.SimpleResponse> getBidiStreamingRpcMethod() { in getBidiStreamingRpcMethod() method in SimpleServiceGrpc
139 …testing.protobuf.SimpleRequest, io.grpc.testing.protobuf.SimpleResponse> getBidiStreamingRpcMethod; in getBidiStreamingRpcMethod() local
140 if ((getBidiStreamingRpcMethod = SimpleServiceGrpc.getBidiStreamingRpcMethod) == null) { in getBidiStreamingRpcMethod()
142 if ((getBidiStreamingRpcMethod = SimpleServiceGrpc.getBidiStreamingRpcMethod) == null) { in getBidiStreamingRpcMethod()
143 SimpleServiceGrpc.getBidiStreamingRpcMethod = getBidiStreamingRpcMethod = in getBidiStreamingRpcMethod()
158 return getBidiStreamingRpcMethod; in getBidiStreamingRpcMethod()
228 return asyncUnimplementedStreamingCall(getBidiStreamingRpcMethod(), responseObserver); in bidiStreamingRpc()
255 getBidiStreamingRpcMethod(), in bindService()
327 getChannel().newCall(getBidiStreamingRpcMethod(), getCallOptions()), responseObserver); in bidiStreamingRpc()
[all …]
/external/grpc-grpc-java/testing-proto/src/test/java/io/grpc/testing/protobuf/
DSimpleServiceTest.java69 genericTypeShouldMatchWhenAssigned = SimpleServiceGrpc.getBidiStreamingRpcMethod(); in serviceMethodDescriotrs()
131 SimpleServiceGrpc.getBidiStreamingRpcMethod(), in process()