Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5012 packedUint32_ = other.packedUint32_.Clone(); in TestPackedTypes()
5055 private readonly pbc::RepeatedField<uint> packedUint32_ = new pbc::RepeatedField<uint>(); field in Google.Protobuf.TestProtos.TestPackedTypes
5058 get { return packedUint32_; }
5186 if(!packedUint32_.Equals(other.packedUint32_)) return false; in Equals()
5206 hash ^= packedUint32_.GetHashCode(); in GetHashCode()
5230 packedUint32_.WriteTo(output, _repeated_packedUint32_codec); in WriteTo()
5249 size += packedUint32_.CalculateSize(_repeated_packedUint32_codec); in CalculateSize()
5271 packedUint32_.Add(other.packedUint32_); in MergeFrom()
5305 packedUint32_.AddEntriesFrom(input, _repeated_packedUint32_codec); in MergeFrom()