Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5402 unpackedSint64_ = other.unpackedSint64_.Clone(); in TestUnpackedTypes()
5472 private readonly pbc::RepeatedField<long> unpackedSint64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
5475 get { return unpackedSint64_; }
5576 if(!unpackedSint64_.Equals(other.unpackedSint64_)) return false; in Equals()
5596 hash ^= unpackedSint64_.GetHashCode(); in GetHashCode()
5620 unpackedSint64_.WriteTo(output, _repeated_unpackedSint64_codec); in WriteTo()
5639 size += unpackedSint64_.CalculateSize(_repeated_unpackedSint64_codec); in CalculateSize()
5661 unpackedSint64_.Add(other.unpackedSint64_); in MergeFrom()
5707 unpackedSint64_.AddEntriesFrom(input, _repeated_unpackedSint64_codec); in MergeFrom()