15 references to Parser
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (15)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (1)
154new pbr::GeneratedClrTypeInfo(typeof(global::Transcoding.HelloRequest), global::Transcoding.HelloRequest.Parser, new[]{ "Name", "Sub", "Data", "Wrappers", "RepeatedStrings", "AnyMessage", "MapStrings", "MapMessage", "MapKeybool", "MapKeyint", "OneofName1", "OneofName2", "Age", "RepeatedDoubleValues", "TimestampValue", "DurationValue", "ValueValue", "StructValue", "ListValue", "NullValue", "FieldMaskValue", "FieldName", "FloatValue", "HidingFieldName", "RepeatedMessages", "MapKeyintValueint" }, new[]{ "OneofTest" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Transcoding.HelloRequest.Types.SubMessage), global::Transcoding.HelloRequest.Types.SubMessage.Parser, new[]{ "Subfield", "Subfields" }, null, null, null, null),
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\TranscodingGrpc.cs (8)
53static readonly grpc::Marshaller<global::Transcoding.HelloRequest> __Marshaller_transcoding_HelloRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloRequest.Parser)); 474static readonly grpc::Marshaller<global::Transcoding.HelloRequest> __Marshaller_transcoding_HelloRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloRequest.Parser)); 617static readonly grpc::Marshaller<global::Transcoding.HelloRequest> __Marshaller_transcoding_HelloRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloRequest.Parser)); 760static readonly grpc::Marshaller<global::Transcoding.HelloRequest> __Marshaller_transcoding_HelloRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloRequest.Parser)); 903static readonly grpc::Marshaller<global::Transcoding.HelloRequest> __Marshaller_transcoding_HelloRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloRequest.Parser)); 1046static readonly grpc::Marshaller<global::Transcoding.HelloRequest> __Marshaller_transcoding_HelloRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloRequest.Parser)); 1189static readonly grpc::Marshaller<global::Transcoding.HelloRequest> __Marshaller_transcoding_HelloRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloRequest.Parser)); 1374static readonly grpc::Marshaller<global::Transcoding.HelloRequest> __Marshaller_transcoding_HelloRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloRequest.Parser));
ServerStreamingServerCallHandlerTests.cs (3)
235CreateServiceMethod("HttpResponseBody", HelloRequest.Parser, HttpBody.Parser), 312CreateServiceMethod("TestMethodName", HelloRequest.Parser, HelloReply.Parser), 362public static readonly Method<HelloRequest, HelloReply> ServiceMethod = CreateServiceMethod("MethodName", HelloRequest.Parser, HelloReply.Parser);
UnaryServerCallHandlerTests.cs (3)
1355CreateServiceMethod("HttpResponseBody", HelloRequest.Parser, HttpBody.Parser)); 1815CreateServiceMethod("TestMethodName", HelloRequest.Parser, HelloReply.Parser), 1866public static readonly Method<HelloRequest, HelloReply> ServiceMethod = CreateServiceMethod("MethodName", HelloRequest.Parser, HelloReply.Parser);