Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs4952 unpackedUint64_ = other.unpackedUint64_.Clone(); in TestUnpackedTypes()
5000 private readonly pbc::RepeatedField<ulong> unpackedUint64_ = new pbc::RepeatedField<ulong>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
5002 get { return unpackedUint64_; }
5109 if(!unpackedUint64_.Equals(other.unpackedUint64_)) return false; in Equals()
5128 hash ^= unpackedUint64_.GetHashCode(); in GetHashCode()
5150 unpackedUint64_.WriteTo(output, _repeated_unpackedUint64_codec); in WriteTo()
5168 size += unpackedUint64_.CalculateSize(_repeated_unpackedUint64_codec); in CalculateSize()
5189 unpackedUint64_.Add(other.unpackedUint64_); in MergeFrom()
5226 unpackedUint64_.AddEntriesFrom(input, _repeated_unpackedUint64_codec); in MergeFrom()