Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5397 unpackedInt32_ = other.unpackedInt32_.Clone(); in TestUnpackedTypes()
5422 private readonly pbc::RepeatedField<int> unpackedInt32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
5425 get { return unpackedInt32_; }
5571 if(!unpackedInt32_.Equals(other.unpackedInt32_)) return false; in Equals()
5591 hash ^= unpackedInt32_.GetHashCode(); in GetHashCode()
5615 unpackedInt32_.WriteTo(output, _repeated_unpackedInt32_codec); in WriteTo()
5634 size += unpackedInt32_.CalculateSize(_repeated_unpackedInt32_codec); in CalculateSize()
5656 unpackedInt32_.Add(other.unpackedInt32_); in MergeFrom()
5682 unpackedInt32_.AddEntriesFrom(input, _repeated_unpackedInt32_codec); in MergeFrom()