Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5011 packedInt64_ = other.packedInt64_.Clone(); in TestPackedTypes()
5045 private readonly pbc::RepeatedField<long> packedInt64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.TestPackedTypes
5048 get { return packedInt64_; }
5185 if(!packedInt64_.Equals(other.packedInt64_)) return false; in Equals()
5205 hash ^= packedInt64_.GetHashCode(); in GetHashCode()
5229 packedInt64_.WriteTo(output, _repeated_packedInt64_codec); in WriteTo()
5248 size += packedInt64_.CalculateSize(_repeated_packedInt64_codec); in CalculateSize()
5270 packedInt64_.Add(other.packedInt64_); in MergeFrom()
5300 packedInt64_.AddEntriesFrom(input, _repeated_packedInt64_codec); in MergeFrom()