Home
last modified time | relevance | path

Searched refs:TypeUrlFieldNumber (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DAny.cs130 public const int TypeUrlFieldNumber = 1; field in Google.Protobuf.WellKnownTypes.Any
DType.cs425 public const int TypeUrlFieldNumber = 6; field in Google.Protobuf.WellKnownTypes.Field
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs568 …string typeUrl = (string) value.Descriptor.Fields[Any.TypeUrlFieldNumber].Accessor.GetValue(value); in WriteAny()
598 …string typeUrl = (string) value.Descriptor.Fields[Any.TypeUrlFieldNumber].Accessor.GetValue(value); in WriteDiagnosticOnlyAny()
DJsonParser.cs539 message.Descriptor.Fields[Any.TypeUrlFieldNumber].Accessor.SetValue(message, typeUrl); in MergeAny()