Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs4953 unpackedSint32_ = other.unpackedSint32_.Clone(); in TestUnpackedTypes()
5009 private readonly pbc::RepeatedField<int> unpackedSint32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
5011 get { return unpackedSint32_; }
5110 if(!unpackedSint32_.Equals(other.unpackedSint32_)) return false; in Equals()
5129 hash ^= unpackedSint32_.GetHashCode(); in GetHashCode()
5151 unpackedSint32_.WriteTo(output, _repeated_unpackedSint32_codec); in WriteTo()
5169 size += unpackedSint32_.CalculateSize(_repeated_unpackedSint32_codec); in CalculateSize()
5190 unpackedSint32_.Add(other.unpackedSint32_); in MergeFrom()
5231 unpackedSint32_.AddEntriesFrom(input, _repeated_unpackedSint32_codec); in MergeFrom()