Home
last modified time | relevance | path

Searched refs:_single_boolField_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.cs403 …private static readonly pb::FieldCodec<bool?> _single_boolField_codec = pb::FieldCodec.ForStructWr… field in Google.Protobuf.TestProtos.TestWellKnownTypes
573 _single_boolField_codec.WriteTagAndValue(output, BoolField); in WriteTo()
636 size += _single_boolField_codec.CalculateSizeWithTag(BoolField); in CalculateSize()
876 bool? value = _single_boolField_codec.Read(input); in MergeFrom()