Home
last modified time | relevance | path

Searched refs:StringMarshaller (Results 1 – 21 of 21) sorted by relevance

/external/grpc-grpc-java/core/src/test/java/io/grpc/
DMethodDescriptorTest.java45 .setRequestMarshaller(new StringMarshaller()) in createMethodDescriptor()
46 .setResponseMarshaller(new StringMarshaller()) in createMethodDescriptor()
60 .setRequestMarshaller(new StringMarshaller()) in idempotent()
61 .setResponseMarshaller(new StringMarshaller()) in idempotent()
80 .setRequestMarshaller(new StringMarshaller()) in safe()
81 .setResponseMarshaller(new StringMarshaller()) in safe()
98 .setRequestMarshaller(new StringMarshaller()) in safeAndNonUnary()
99 .setResponseMarshaller(new StringMarshaller()) in safeAndNonUnary()
111 .setRequestMarshaller(new StringMarshaller()) in sampledToLocalTracing()
112 .setResponseMarshaller(new StringMarshaller()) in sampledToLocalTracing()
[all …]
DStringMarshaller.java27 public class StringMarshaller implements MethodDescriptor.Marshaller<String> { class
28 public static StringMarshaller INSTANCE = new StringMarshaller();
DIntegerMarshaller.java27 return StringMarshaller.INSTANCE.stream(value.toString()); in stream()
32 return Integer.valueOf(StringMarshaller.INSTANCE.parse(stream)); in parse()
DServerServiceDefinitionTest.java38 .setRequestMarshaller(StringMarshaller.INSTANCE)
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/
DBinaryLogProviderTest.java63 return StringMarshaller.INSTANCE;
171 StringMarshaller.INSTANCE.parse(new ByteArrayInputStream(binlogReq.get(0)))); in wrapChannel_handler()
174 StringMarshaller.INSTANCE.parse(new ByteArrayInputStream(serializedReq.get(0)))); in wrapChannel_handler()
254 onServerMessageHelper(wListener, StringMarshaller.INSTANCE.stream(expectedRequest)); in wrapMethodDefinition_handler()
262 StringMarshaller.INSTANCE.parse(new ByteArrayInputStream(binlogReq.get(0)))); in wrapMethodDefinition_handler()
408 private static class StringMarshaller implements MethodDescriptor.Marshaller<String> {
409 public static final StringMarshaller INSTANCE = new StringMarshaller();
431 return StringMarshaller.INSTANCE.stream(value.toString());
436 return Integer.valueOf(StringMarshaller.INSTANCE.parse(stream));
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Interceptors/
DClientInterceptorTest.cs58 … MockServiceHelper.ServiceName, "Unary", Marshallers.StringMarshaller, Marshallers.StringMarshalle… in AddRequestHeaderInClientInterceptor()
87 … MockServiceHelper.ServiceName, "Unary", Marshallers.StringMarshaller, Marshallers.StringMarshalle… in CheckInterceptorOrderInClientInterceptors()
125 …ceHelper.ServiceName, "ClientStreaming", Marshallers.StringMarshaller, Marshallers.StringMarshalle… in CountNumberOfRequestsInClientInterceptors()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DAsyncCallServerTest.cs52 Marshallers.StringMarshaller.Serializer, Marshallers.StringMarshaller.Deserializer, in Init()
DAsyncCallTest.cs44 …ng, string>(channel, "someMethod", null, Marshallers.StringMarshaller, Marshallers.StringMarshalle… in Init()
643 return Marshallers.StringMarshaller.Serializer("response1"); in CreateResponsePayload()
/external/grpc-grpc/src/csharp/Grpc.Core/
DMarshaller.cs82 public static Marshaller<string> StringMarshaller property in Grpc.Core.Marshallers
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyClientTransportTest.java658 .setRequestMarshaller(StringMarshaller.INSTANCE)
659 .setResponseMarshaller(StringMarshaller.INSTANCE)
797 private static final class StringMarshaller implements Marshaller<String> {
798 static final StringMarshaller INSTANCE = new StringMarshaller();
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DCallCredentials2ApplyingTest.java41 import io.grpc.StringMarshaller;
86 .setRequestMarshaller(new StringMarshaller())
DCallCredentialsApplyingTest.java39 import io.grpc.StringMarshaller;
85 .setRequestMarshaller(new StringMarshaller())
DManagedChannelImplIdlenessTest.java53 import io.grpc.StringMarshaller;
93 .setRequestMarshaller(new StringMarshaller())
DDelayedClientTransportTest.java45 import io.grpc.StringMarshaller;
90 .setRequestMarshaller(new StringMarshaller())
DServerImplTest.java76 import io.grpc.StringMarshaller;
116 private static final StringMarshaller STRING_MARSHALLER = StringMarshaller.INSTANCE;
DRetriableStreamTest.java54 import io.grpc.StringMarshaller;
122 .setRequestMarshaller(new StringMarshaller())
123 .setResponseMarshaller(new StringMarshaller())
DManagedChannelImplTest.java89 import io.grpc.StringMarshaller;
141 .setRequestMarshaller(new StringMarshaller())
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DMockServiceHelper.cs59 marshaller = marshaller ?? Marshallers.StringMarshaller; in MockServiceHelper()
DClientServerTest.cs316 Marshallers.StringMarshaller, in UnknownMethodHandler()
317 Marshallers.StringMarshaller); in UnknownMethodHandler()
/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/testing/
DAbstractTransportTest.java154 .setRequestMarshaller(StringMarshaller.INSTANCE)
155 .setResponseMarshaller(StringMarshaller.INSTANCE)
2034 private static class StringMarshaller implements MethodDescriptor.Marshaller<String> { class in AbstractTransportTest
2035 public static final StringMarshaller INSTANCE = new StringMarshaller();
/external/guice/extensions/persist/lib/
Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...