Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5401 unpackedSint32_ = other.unpackedSint32_.Clone(); in TestUnpackedTypes()
5462 private readonly pbc::RepeatedField<int> unpackedSint32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
5465 get { return unpackedSint32_; }
5575 if(!unpackedSint32_.Equals(other.unpackedSint32_)) return false; in Equals()
5595 hash ^= unpackedSint32_.GetHashCode(); in GetHashCode()
5619 unpackedSint32_.WriteTo(output, _repeated_unpackedSint32_codec); in WriteTo()
5638 size += unpackedSint32_.CalculateSize(_repeated_unpackedSint32_codec); in CalculateSize()
5660 unpackedSint32_.Add(other.unpackedSint32_); in MergeFrom()
5702 unpackedSint32_.AddEntriesFrom(input, _repeated_unpackedSint32_codec); in MergeFrom()