Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs4951 unpackedUint32_ = other.unpackedUint32_.Clone(); in TestUnpackedTypes()
4991 private readonly pbc::RepeatedField<uint> unpackedUint32_ = new pbc::RepeatedField<uint>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
4993 get { return unpackedUint32_; }
5108 if(!unpackedUint32_.Equals(other.unpackedUint32_)) return false; in Equals()
5127 hash ^= unpackedUint32_.GetHashCode(); in GetHashCode()
5149 unpackedUint32_.WriteTo(output, _repeated_unpackedUint32_codec); in WriteTo()
5167 size += unpackedUint32_.CalculateSize(_repeated_unpackedUint32_codec); in CalculateSize()
5188 unpackedUint32_.Add(other.unpackedUint32_); in MergeFrom()
5221 unpackedUint32_.AddEntriesFrom(input, _repeated_unpackedUint32_codec); in MergeFrom()