Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs4590 packedInt64_ = other.packedInt64_.Clone(); in TestPackedTypes()
4622 private readonly pbc::RepeatedField<long> packedInt64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.TestPackedTypes
4624 get { return packedInt64_; }
4747 if(!packedInt64_.Equals(other.packedInt64_)) return false; in Equals()
4766 hash ^= packedInt64_.GetHashCode(); in GetHashCode()
4788 packedInt64_.WriteTo(output, _repeated_packedInt64_codec); in WriteTo()
4806 size += packedInt64_.CalculateSize(_repeated_packedInt64_codec); in CalculateSize()
4827 packedInt64_.Add(other.packedInt64_); in MergeFrom()
4856 packedInt64_.AddEntriesFrom(input, _repeated_packedInt64_codec); in MergeFrom()