Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5015 packedSint64_ = other.packedSint64_.Clone(); in TestPackedTypes()
5085 private readonly pbc::RepeatedField<long> packedSint64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.TestPackedTypes
5088 get { return packedSint64_; }
5189 if(!packedSint64_.Equals(other.packedSint64_)) return false; in Equals()
5209 hash ^= packedSint64_.GetHashCode(); in GetHashCode()
5233 packedSint64_.WriteTo(output, _repeated_packedSint64_codec); in WriteTo()
5252 size += packedSint64_.CalculateSize(_repeated_packedSint64_codec); in CalculateSize()
5274 packedSint64_.Add(other.packedSint64_); in MergeFrom()
5320 packedSint64_.AddEntriesFrom(input, _repeated_packedSint64_codec); in MergeFrom()