Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs379 …private static readonly pb::FieldCodec<int?> _single_int32Field_codec = pb::FieldCodec.ForStructWr… field in Google.Protobuf.TestProtos.TestWellKnownTypes
567 _single_int32Field_codec.WriteTagAndValue(output, Int32Field); in WriteTo()
630 size += _single_int32Field_codec.CalculateSizeWithTag(Int32Field); in CalculateSize()
862 int? value = _single_int32Field_codec.Read(input); in MergeFrom()