Home
last modified time | relevance | path

Searched refs:_oneof_int64Field_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.cs1577 …private static readonly pb::FieldCodec<long?> _oneof_int64Field_codec = pb::FieldCodec.ForStructWr… field in Google.Protobuf.TestProtos.OneofWellKnownTypes
1804 _oneof_int64Field_codec.WriteTagAndValue(output, (long?) oneofField_); in WriteTo()
1863 size += _oneof_int64Field_codec.CalculateSizeWithTag(Int64Field); in CalculateSize()
2048 Int64Field = _oneof_int64Field_codec.Read(input); in MergeFrom()