Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5013 packedUint64_ = other.packedUint64_.Clone(); in TestPackedTypes()
5065 private readonly pbc::RepeatedField<ulong> packedUint64_ = new pbc::RepeatedField<ulong>(); field in Google.Protobuf.TestProtos.TestPackedTypes
5068 get { return packedUint64_; }
5187 if(!packedUint64_.Equals(other.packedUint64_)) return false; in Equals()
5207 hash ^= packedUint64_.GetHashCode(); in GetHashCode()
5231 packedUint64_.WriteTo(output, _repeated_packedUint64_codec); in WriteTo()
5250 size += packedUint64_.CalculateSize(_repeated_packedUint64_codec); in CalculateSize()
5272 packedUint64_.Add(other.packedUint64_); in MergeFrom()
5310 packedUint64_.AddEntriesFrom(input, _repeated_packedUint64_codec); in MergeFrom()