/external/grpc-grpc-java/core/src/test/java/io/grpc/ |
D | MethodDescriptorTest.java | 45 .setRequestMarshaller(new StringMarshaller()) in createMethodDescriptor() 60 .setRequestMarshaller(new StringMarshaller()) in idempotent() 80 .setRequestMarshaller(new StringMarshaller()) in safe() 98 .setRequestMarshaller(new StringMarshaller()) in safeAndNonUnary() 111 .setRequestMarshaller(new StringMarshaller()) in sampledToLocalTracing() 126 .setRequestMarshaller(new StringMarshaller()) in sampledToLocalTracing() 143 .setRequestMarshaller(StringMarshaller.INSTANCE) in toBuilderTest() 155 .setRequestMarshaller(StringMarshaller.INSTANCE) in toBuilderTest() 182 .setRequestMarshaller(StringMarshaller.INSTANCE) in toStringTest()
|
D | ServiceDescriptorTest.java | 72 .setRequestMarshaller(TestMethodDescriptors.voidMarshaller()) in failsOnNonMatchingNames() 88 .setRequestMarshaller(TestMethodDescriptors.voidMarshaller()) in failsOnNonDuplicateNames() 94 .setRequestMarshaller(TestMethodDescriptors.voidMarshaller()) in failsOnNonDuplicateNames() 112 .setRequestMarshaller(TestMethodDescriptors.voidMarshaller()) in toStringTest() 119 .setRequestMarshaller(TestMethodDescriptors.voidMarshaller()) in toStringTest()
|
D | ServerServiceDefinitionTest.java | 38 .setRequestMarshaller(StringMarshaller.INSTANCE)
|
D | ServerInterceptorsTest.java | 79 .setRequestMarshaller(requestMarshaller) in setUp() 329 .setRequestMarshaller(marshaller) in typedMarshalledMessages()
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | MethodDescriptor.java | 415 .setRequestMarshaller(requestMarshaller) in newBuilder() 438 .setRequestMarshaller(requestMarshaller) in toBuilder() 472 public Builder<ReqT, RespT> setRequestMarshaller(Marshaller<ReqT> requestMarshaller) { in setRequestMarshaller() method in MethodDescriptor.Builder
|
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/ |
D | TestServiceGrpc.java | 54 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getEmptyCallMethod() 86 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getUnaryCallMethod() 118 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getCacheableUnaryCallMethod() 150 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getStreamingOutputCallMethod() 182 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getStreamingInputCallMethod() 214 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getFullDuplexCallMethod() 246 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getHalfDuplexCallMethod() 278 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getUnimplementedCallMethod()
|
D | ReconnectServiceGrpc.java | 53 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getStartMethod() 85 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getStopMethod()
|
D | MetricsServiceGrpc.java | 50 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getGetAllGaugesMethod() 82 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getGetGaugeMethod()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | MonsterStorageGrpc.java | 86 .setRequestMarshaller(FlatbuffersUtils.marshaller( in getStoreMethod() 119 .setRequestMarshaller(FlatbuffersUtils.marshaller( in getRetrieveMethod() 152 .setRequestMarshaller(FlatbuffersUtils.marshaller( in getGetMaxHitPointMethod() 185 .setRequestMarshaller(FlatbuffersUtils.marshaller( in getGetMinMaxHitPointsMethod()
|
/external/grpc-grpc-java/testing/src/main/java/io/grpc/testing/ |
D | TestMethodDescriptors.java | 46 .setRequestMarshaller(TestMethodDescriptors.voidMarshaller()) in voidMethod()
|
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/channelz/v1/ |
D | ChannelzGrpc.java | 54 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getGetTopChannelsMethod() 86 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getGetServersMethod() 118 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getGetServerSocketsMethod() 150 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getGetChannelMethod() 182 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getGetSubchannelMethod() 214 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getGetSocketMethod()
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/util/ |
D | MutableHandlerRegistryTest.java | 78 .setRequestMarshaller(requestMarshaller) in setUp() 167 .setRequestMarshaller(requestMarshaller) in replaceAndLookup()
|
/external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/ |
D | BenchmarkServiceGrpc.java | 50 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getUnaryCallMethod() 82 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getStreamingCallMethod() 114 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getStreamingFromClientMethod() 146 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getStreamingFromServerMethod() 178 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getStreamingBothWaysMethod()
|
D | WorkerServiceGrpc.java | 50 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getRunServerMethod() 82 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getRunClientMethod() 114 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getCoreCountMethod() 146 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getQuitWorkerMethod()
|
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/ |
D | OkHttpClientStreamTest.java | 78 .setRequestMarshaller(marshaller) in setUp() 190 .setRequestMarshaller(marshaller) in getUnaryRequest()
|
/external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/ |
D | SimpleServiceGrpc.java | 53 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getUnaryRpcMethod() 85 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getClientStreamingRpcMethod() 117 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getServerStreamingRpcMethod() 149 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getBidiStreamingRpcMethod()
|
/external/grpc-grpc-java/netty/src/jmh/java/io/grpc/netty/ |
D | MethodDescriptorBenchmark.java | 55 .setRequestMarshaller(marshaller)
|
/external/grpc-grpc-java/compiler/src/test/golden/ |
D | TestService.java.txt | 53 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( 85 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( 117 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( 149 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( 181 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( 213 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
|
/external/grpc-grpc-java/compiler/src/testLite/golden/ |
D | TestService.java.txt | 53 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller( 84 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller( 115 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller( 146 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller( 177 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller( 208 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
|
/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/ |
D | HandlerRegistryBenchmark.java | 77 .setRequestMarshaller(TestMethodDescriptors.voidMarshaller()) in setup()
|
/external/grpc-grpc-java/compiler/src/testNano/golden/ |
D | TestService.java.txt | 52 ….setRequestMarshaller(io.grpc.protobuf.nano.NanoUtils.<io.grpc.testing.compiler.nano.Test.SimpleRe… 80 ….setRequestMarshaller(io.grpc.protobuf.nano.NanoUtils.<io.grpc.testing.compiler.nano.Test.Streamin… 108 ….setRequestMarshaller(io.grpc.protobuf.nano.NanoUtils.<io.grpc.testing.compiler.nano.Test.Streamin… 136 ….setRequestMarshaller(io.grpc.protobuf.nano.NanoUtils.<io.grpc.testing.compiler.nano.Test.Streamin… 164 ….setRequestMarshaller(io.grpc.protobuf.nano.NanoUtils.<io.grpc.testing.compiler.nano.Test.Streamin… 192 ….setRequestMarshaller(io.grpc.protobuf.nano.NanoUtils.<io.grpc.testing.compiler.nano.Test.Streamin…
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | ServerCallImplTest.java | 74 .setRequestMarshaller(new LongMarshaller()) 82 .setRequestMarshaller(new LongMarshaller())
|
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/ |
D | BinlogHelperTest.java | 847 .setRequestMarshaller(BYTEARRAY_MARSHALLER) in clientDeadlineLogged_deadlineSetViaCallOption() 900 .setRequestMarshaller(BYTEARRAY_MARSHALLER) in clientDeadlineLogged_deadlineSetViaContext() 983 .setRequestMarshaller(BYTEARRAY_MARSHALLER) in clientInterceptor() 1097 .setRequestMarshaller(BYTEARRAY_MARSHALLER) in serverInterceptor()
|
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | NettyClientStreamTest.java | 99 .setRequestMarshaller(marshaller) 465 .setRequestMarshaller(marshaller) in getRequestSentThroughHeader()
|
/external/grpc-grpc-java/auth/src/test/java/io/grpc/auth/ |
D | ClientAuthInterceptorTest.java | 99 .setRequestMarshaller(stringMarshaller) in startUp()
|