Searched refs:packedInt32_ (Results 1 – 1 of 1) sorted by relevance
4589 packedInt32_ = other.packedInt32_.Clone(); in TestPackedTypes()4613 private readonly pbc::RepeatedField<int> packedInt32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.TestPackedTypes4615 get { return packedInt32_; }4746 if(!packedInt32_.Equals(other.packedInt32_)) return false; in Equals()4765 hash ^= packedInt32_.GetHashCode(); in GetHashCode()4787 packedInt32_.WriteTo(output, _repeated_packedInt32_codec); in WriteTo()4805 size += packedInt32_.CalculateSize(_repeated_packedInt32_codec); in CalculateSize()4826 packedInt32_.Add(other.packedInt32_); in MergeFrom()4851 packedInt32_.AddEntriesFrom(input, _repeated_packedInt32_codec); in MergeFrom()