Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5010 packedInt32_ = other.packedInt32_.Clone(); in TestPackedTypes()
5035 private readonly pbc::RepeatedField<int> packedInt32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.TestPackedTypes
5038 get { return packedInt32_; }
5184 if(!packedInt32_.Equals(other.packedInt32_)) return false; in Equals()
5204 hash ^= packedInt32_.GetHashCode(); in GetHashCode()
5228 packedInt32_.WriteTo(output, _repeated_packedInt32_codec); in WriteTo()
5247 size += packedInt32_.CalculateSize(_repeated_packedInt32_codec); in CalculateSize()
5269 packedInt32_.Add(other.packedInt32_); in MergeFrom()
5295 packedInt32_.AddEntriesFrom(input, _repeated_packedInt32_codec); in MergeFrom()