Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs4954 unpackedSint64_ = other.unpackedSint64_.Clone(); in TestUnpackedTypes()
5018 private readonly pbc::RepeatedField<long> unpackedSint64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
5020 get { return unpackedSint64_; }
5111 if(!unpackedSint64_.Equals(other.unpackedSint64_)) return false; in Equals()
5130 hash ^= unpackedSint64_.GetHashCode(); in GetHashCode()
5152 unpackedSint64_.WriteTo(output, _repeated_unpackedSint64_codec); in WriteTo()
5170 size += unpackedSint64_.CalculateSize(_repeated_unpackedSint64_codec); in CalculateSize()
5191 unpackedSint64_.Add(other.unpackedSint64_); in MergeFrom()
5236 unpackedSint64_.AddEntriesFrom(input, _repeated_unpackedSint64_codec); in MergeFrom()