Home
last modified time | relevance | path

Searched refs:Marshaller (Results 1 – 25 of 27) sorted by relevance

12

/third_party/grpc/src/csharp/Grpc.Core.Api/
DMarshaller.cs27 public class Marshaller<T> class
40 public Marshaller(Func<T, byte[]> serializer, Func<byte[], T> deserializer) in Marshaller() method in Grpc.Core.Marshaller
58 …public Marshaller(Action<T, SerializationContext> serializer, Func<DeserializationContext, T> dese… in Marshaller() method in Grpc.Core.Marshaller
112 … public static Marshaller<T> Create<T>(Func<T, byte[]> serializer, Func<byte[], T> deserializer) in Create()
114 return new Marshaller<T>(serializer, deserializer); in Create()
121 …public static Marshaller<T> Create<T>(Action<T, SerializationContext> serializer, Func<Deserializa… in Create()
123 return new Marshaller<T>(serializer, deserializer); in Create()
129 public static Marshaller<string> StringMarshaller
133 return new Marshaller<string>(System.Text.Encoding.UTF8.GetBytes,
DMethod.cs79 readonly Marshaller<TRequest> requestMarshaller;
80 readonly Marshaller<TResponse> responseMarshaller;
91 …(MethodType type, string serviceName, string name, Marshaller<TRequest> requestMarshaller, Marshal… in Method()
137 public Marshaller<TRequest> RequestMarshaller
148 public Marshaller<TResponse> ResponseMarshaller
/third_party/grpc/src/csharp/Grpc.Core/
DCallInvocationDetails.cs35 readonly Marshaller<TRequest> requestMarshaller;
36 readonly Marshaller<TResponse> responseMarshaller;
71 …tails(Channel channel, string method, string host, Marshaller<TRequest> requestMarshaller, Marshal… in CallInvocationDetails()
117 public Marshaller<TRequest> RequestMarshaller
128 public Marshaller<TResponse> ResponseMarshaller
DForwardedTypes.cs56 [assembly:TypeForwardedToAttribute(typeof(Marshaller<>))]
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DWorkerServiceGrpc.cs62 …static readonly grpc::Marshaller<global::Grpc.Testing.ServerArgs> __Marshaller_grpc_testing_Server…
63 …static readonly grpc::Marshaller<global::Grpc.Testing.ServerStatus> __Marshaller_grpc_testing_Serv…
64 …static readonly grpc::Marshaller<global::Grpc.Testing.ClientArgs> __Marshaller_grpc_testing_Client…
65 …static readonly grpc::Marshaller<global::Grpc.Testing.ClientStatus> __Marshaller_grpc_testing_Clie…
66 …static readonly grpc::Marshaller<global::Grpc.Testing.CoreRequest> __Marshaller_grpc_testing_CoreR…
67 …static readonly grpc::Marshaller<global::Grpc.Testing.CoreResponse> __Marshaller_grpc_testing_Core…
68 …static readonly grpc::Marshaller<global::Grpc.Testing.Void> __Marshaller_grpc_testing_Void = grpc:…
DGenericService.cs40 …readonly static Marshaller<byte[]> ByteArrayMarshaller = new Marshaller<byte[]>((b) => b, (b) => b…
DTestGrpc.cs67 …static readonly grpc::Marshaller<global::Grpc.Testing.Empty> __Marshaller_grpc_testing_Empty = grp…
68 …static readonly grpc::Marshaller<global::Grpc.Testing.SimpleRequest> __Marshaller_grpc_testing_Sim…
69 …static readonly grpc::Marshaller<global::Grpc.Testing.SimpleResponse> __Marshaller_grpc_testing_Si…
70 …static readonly grpc::Marshaller<global::Grpc.Testing.StreamingOutputCallRequest> __Marshaller_grp…
71 …static readonly grpc::Marshaller<global::Grpc.Testing.StreamingOutputCallResponse> __Marshaller_gr…
72 …static readonly grpc::Marshaller<global::Grpc.Testing.StreamingInputCallRequest> __Marshaller_grpc…
73 …static readonly grpc::Marshaller<global::Grpc.Testing.StreamingInputCallResponse> __Marshaller_grp…
628 …static readonly grpc::Marshaller<global::Grpc.Testing.Empty> __Marshaller_grpc_testing_Empty = grp…
789 …static readonly grpc::Marshaller<global::Grpc.Testing.ReconnectParams> __Marshaller_grpc_testing_R…
790 …static readonly grpc::Marshaller<global::Grpc.Testing.Empty> __Marshaller_grpc_testing_Empty = grp…
[all …]
DMetricsGrpc.cs66 …static readonly grpc::Marshaller<global::Grpc.Testing.EmptyMessage> __Marshaller_grpc_testing_Empt…
67 …static readonly grpc::Marshaller<global::Grpc.Testing.GaugeResponse> __Marshaller_grpc_testing_Gau…
68 …static readonly grpc::Marshaller<global::Grpc.Testing.GaugeRequest> __Marshaller_grpc_testing_Gaug…
DReportQpsScenarioServiceGrpc.cs62 …static readonly grpc::Marshaller<global::Grpc.Testing.ScenarioResult> __Marshaller_grpc_testing_Sc…
63 …static readonly grpc::Marshaller<global::Grpc.Testing.Void> __Marshaller_grpc_testing_Void = grpc:…
DBenchmarkServiceGrpc.cs62 …static readonly grpc::Marshaller<global::Grpc.Testing.SimpleRequest> __Marshaller_grpc_testing_Sim…
63 …static readonly grpc::Marshaller<global::Grpc.Testing.SimpleResponse> __Marshaller_grpc_testing_Si…
/third_party/grpc/src/csharp/Grpc.Microbenchmarks/
DPingBenchmark.cs38 …private static readonly Marshaller<string> EmptyMarshaller = new Marshaller<string>(_ => EmptyBlob…
DUnaryCallOverheadBenchmark.cs36 …private static readonly Marshaller<byte[]> IdentityMarshaller = new Marshaller<byte[]>(msg => msg,…
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DMarshallerTest.cs41 var marshaller = new Marshaller<string>(simpleSerializer, in ContextualSerializerEmulation()
68 var marshaller = new Marshaller<string>(contextualSerializer, contextualDeserializer); in SimpleSerializerEmulation()
DContextualMarshallerTest.cs45 var contextualMarshaller = new Marshaller<string>( in Init()
DMarshallingErrorsTest.cs45 var marshaller = new Marshaller<string>( in Init()
DMockServiceHelper.cs55 …public MockServiceHelper(string host = null, Marshaller<string> marshaller = null, IEnumerable<Cha… in MockServiceHelper()
/third_party/grpc/src/csharp/Grpc.Examples/
DMathGrpc.cs60 …static readonly grpc::Marshaller<global::Math.DivArgs> __Marshaller_math_DivArgs = grpc::Marshalle…
61 …static readonly grpc::Marshaller<global::Math.DivReply> __Marshaller_math_DivReply = grpc::Marshal…
62 …static readonly grpc::Marshaller<global::Math.FibArgs> __Marshaller_math_FibArgs = grpc::Marshalle…
63 …static readonly grpc::Marshaller<global::Math.Num> __Marshaller_math_Num = grpc::Marshallers.Creat…
/third_party/grpc/examples/csharp/HelloworldUnity/Assets/Scripts/
DHelloworldGrpc.cs34 …static readonly grpc::Marshaller<global::Helloworld.HelloRequest> __Marshaller_HelloRequest = grpc…
35 …static readonly grpc::Marshaller<global::Helloworld.HelloReply> __Marshaller_HelloReply = grpc::Ma…
/third_party/grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
DHelloworldGrpc.cs34 …static readonly grpc::Marshaller<global::Helloworld.HelloRequest> __Marshaller_HelloRequest = grpc…
35 …static readonly grpc::Marshaller<global::Helloworld.HelloReply> __Marshaller_HelloReply = grpc::Ma…
/third_party/grpc/src/csharp/Grpc.Reflection/
DReflectionGrpc.cs62 …static readonly grpc::Marshaller<global::Grpc.Reflection.V1Alpha.ServerReflectionRequest> __Marsha…
63 …static readonly grpc::Marshaller<global::Grpc.Reflection.V1Alpha.ServerReflectionResponse> __Marsh…
/third_party/grpc/src/csharp/Grpc.HealthCheck/
DHealthGrpc.cs63 …static readonly grpc::Marshaller<global::Grpc.Health.V1.HealthCheckRequest> __Marshaller_grpc_heal…
64 …static readonly grpc::Marshaller<global::Grpc.Health.V1.HealthCheckResponse> __Marshaller_grpc_hea…
/third_party/flatbuffers/grpc/flatbuffers-java-grpc/src/main/java/com/google/flatbuffers/grpc/
DFlatbuffersUtils.java95 …public static <T extends Table> MethodDescriptor.Marshaller<T> marshaller(final Class<T> clazz, fi… in marshaller()
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DServerCallHandler.cs274 var marshaller = new Marshaller<byte[]>((payload) => payload, (payload) => payload); in UnimplementedMethodCallHandler()
/third_party/python/Lib/xmlrpc/
Dclient.py472 class Marshaller: class
979 m = Marshaller(encoding, allow_none)
/third_party/python/Lib/test/
Dtest_xmlrpc.py156 m = xmlrpclib.Marshaller()
174 m = xmlrpclib.Marshaller()
457 s = xmlrpclib.Marshaller().dumps(f)

12