Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5399 unpackedUint32_ = other.unpackedUint32_.Clone(); in TestUnpackedTypes()
5442 private readonly pbc::RepeatedField<uint> unpackedUint32_ = new pbc::RepeatedField<uint>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
5445 get { return unpackedUint32_; }
5573 if(!unpackedUint32_.Equals(other.unpackedUint32_)) return false; in Equals()
5593 hash ^= unpackedUint32_.GetHashCode(); in GetHashCode()
5617 unpackedUint32_.WriteTo(output, _repeated_unpackedUint32_codec); in WriteTo()
5636 size += unpackedUint32_.CalculateSize(_repeated_unpackedUint32_codec); in CalculateSize()
5658 unpackedUint32_.Add(other.unpackedUint32_); in MergeFrom()
5692 unpackedUint32_.AddEntriesFrom(input, _repeated_unpackedUint32_codec); in MergeFrom()