Searched refs:getStreamingInputCallMethod (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/ |
D | TestServiceGrpc.java | 163 io.grpc.testing.integration.Messages.StreamingInputCallResponse> getStreamingInputCallMethod; field in TestServiceGrpc 171 … io.grpc.testing.integration.Messages.StreamingInputCallResponse> getStreamingInputCallMethod() { in getStreamingInputCallMethod() method in TestServiceGrpc 172 …uest, io.grpc.testing.integration.Messages.StreamingInputCallResponse> getStreamingInputCallMethod; in getStreamingInputCallMethod() local 173 if ((getStreamingInputCallMethod = TestServiceGrpc.getStreamingInputCallMethod) == null) { in getStreamingInputCallMethod() 175 if ((getStreamingInputCallMethod = TestServiceGrpc.getStreamingInputCallMethod) == null) { in getStreamingInputCallMethod() 176 TestServiceGrpc.getStreamingInputCallMethod = getStreamingInputCallMethod = in getStreamingInputCallMethod() 191 return getStreamingInputCallMethod; in getStreamingInputCallMethod() 372 return asyncUnimplementedStreamingCall(getStreamingInputCallMethod(), responseObserver); in streamingInputCall() 442 getStreamingInputCallMethod(), in bindService() 551 getChannel().newCall(getStreamingInputCallMethod(), getCallOptions()), responseObserver); in streamingInputCall() [all …]
|
/external/grpc-grpc-java/compiler/src/testLite/golden/ |
D | TestService.java.txt | 96 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getStreamingInputCallMethod; 104 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getStreamingInputCallMethod() { 105 …CallRequest, io.grpc.testing.compiler.Test.StreamingInputCallResponse> getStreamingInputCallMethod; 106 if ((getStreamingInputCallMethod = TestServiceGrpc.getStreamingInputCallMethod) == null) { 108 if ((getStreamingInputCallMethod = TestServiceGrpc.getStreamingInputCallMethod) == null) { 109 TestServiceGrpc.getStreamingInputCallMethod = getStreamingInputCallMethod = 123 return getStreamingInputCallMethod; 279 return asyncUnimplementedStreamingCall(getStreamingInputCallMethod(), responseObserver); 335 getStreamingInputCallMethod(), 420 getChannel().newCall(getStreamingInputCallMethod(), getCallOptions()), responseObserver); [all …]
|
/external/grpc-grpc-java/compiler/src/test/golden/ |
D | TestService.java.txt | 98 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getStreamingInputCallMethod; 106 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getStreamingInputCallMethod() { 107 …CallRequest, io.grpc.testing.compiler.Test.StreamingInputCallResponse> getStreamingInputCallMethod; 108 if ((getStreamingInputCallMethod = TestServiceGrpc.getStreamingInputCallMethod) == null) { 110 if ((getStreamingInputCallMethod = TestServiceGrpc.getStreamingInputCallMethod) == null) { 111 TestServiceGrpc.getStreamingInputCallMethod = getStreamingInputCallMethod = 126 return getStreamingInputCallMethod; 285 return asyncUnimplementedStreamingCall(getStreamingInputCallMethod(), responseObserver); 341 getStreamingInputCallMethod(), 426 getChannel().newCall(getStreamingInputCallMethod(), getCallOptions()), responseObserver); [all …]
|
/external/grpc-grpc-java/compiler/src/testNano/golden/ |
D | TestService.java.txt | 94 io.grpc.testing.compiler.nano.Test.StreamingInputCallResponse> getStreamingInputCallMethod; 97 io.grpc.testing.compiler.nano.Test.StreamingInputCallResponse> getStreamingInputCallMethod() { 98 …equest, io.grpc.testing.compiler.nano.Test.StreamingInputCallResponse> getStreamingInputCallMethod; 99 if ((getStreamingInputCallMethod = TestServiceGrpc.getStreamingInputCallMethod) == null) { 101 if ((getStreamingInputCallMethod = TestServiceGrpc.getStreamingInputCallMethod) == null) { 102 TestServiceGrpc.getStreamingInputCallMethod = getStreamingInputCallMethod = 116 return getStreamingInputCallMethod; 320 return asyncUnimplementedStreamingCall(getStreamingInputCallMethod(), responseObserver); 376 getStreamingInputCallMethod(), 461 getChannel().newCall(getStreamingInputCallMethod(), getCallOptions()), responseObserver); [all …]
|