Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs4594 packedSint64_ = other.packedSint64_.Clone(); in TestPackedTypes()
4658 private readonly pbc::RepeatedField<long> packedSint64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.TestPackedTypes
4660 get { return packedSint64_; }
4751 if(!packedSint64_.Equals(other.packedSint64_)) return false; in Equals()
4770 hash ^= packedSint64_.GetHashCode(); in GetHashCode()
4792 packedSint64_.WriteTo(output, _repeated_packedSint64_codec); in WriteTo()
4810 size += packedSint64_.CalculateSize(_repeated_packedSint64_codec); in CalculateSize()
4831 packedSint64_.Add(other.packedSint64_); in MergeFrom()
4876 packedSint64_.AddEntriesFrom(input, _repeated_packedSint64_codec); in MergeFrom()