Home
last modified time | relevance | path

Searched refs:setRequestMarshaller (Results 1 – 25 of 52) sorted by relevance

123

/external/grpc-grpc-java/core/src/test/java/io/grpc/
DMethodDescriptorTest.java45 .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()
DServiceDescriptorTest.java72 .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()
DServerServiceDefinitionTest.java38 .setRequestMarshaller(StringMarshaller.INSTANCE)
DServerInterceptorsTest.java79 .setRequestMarshaller(requestMarshaller) in setUp()
329 .setRequestMarshaller(marshaller) in typedMarshalledMessages()
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DMethodDescriptor.java415 .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/
DTestServiceGrpc.java54 .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()
DReconnectServiceGrpc.java53 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getStartMethod()
85 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getStopMethod()
DMetricsServiceGrpc.java50 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getGetAllGaugesMethod()
82 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( in getGetGaugeMethod()
/external/flatbuffers/tests/MyGame/Example/
DMonsterStorageGrpc.java86 .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/
DTestMethodDescriptors.java46 .setRequestMarshaller(TestMethodDescriptors.voidMarshaller()) in voidMethod()
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/channelz/v1/
DChannelzGrpc.java54 .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/
DMutableHandlerRegistryTest.java78 .setRequestMarshaller(requestMarshaller) in setUp()
167 .setRequestMarshaller(requestMarshaller) in replaceAndLookup()
/external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/
DBenchmarkServiceGrpc.java50 .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()
DWorkerServiceGrpc.java50 .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/
DOkHttpClientStreamTest.java78 .setRequestMarshaller(marshaller) in setUp()
190 .setRequestMarshaller(marshaller) in getUnaryRequest()
/external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/
DSimpleServiceGrpc.java53 .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/
DMethodDescriptorBenchmark.java55 .setRequestMarshaller(marshaller)
/external/grpc-grpc-java/compiler/src/test/golden/
DTestService.java.txt53 .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/
DTestService.java.txt53 .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/
DHandlerRegistryBenchmark.java77 .setRequestMarshaller(TestMethodDescriptors.voidMarshaller()) in setup()
/external/grpc-grpc-java/compiler/src/testNano/golden/
DTestService.java.txt52 ….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/
DServerCallImplTest.java74 .setRequestMarshaller(new LongMarshaller())
82 .setRequestMarshaller(new LongMarshaller())
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/
DBinlogHelperTest.java847 .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/
DNettyClientStreamTest.java99 .setRequestMarshaller(marshaller)
465 .setRequestMarshaller(marshaller) in getRequestSentThroughHeader()
/external/grpc-grpc-java/auth/src/test/java/io/grpc/auth/
DClientAuthInterceptorTest.java99 .setRequestMarshaller(stringMarshaller) in startUp()

123