Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5017 packedFixed64_ = other.packedFixed64_.Clone(); in TestPackedTypes()
5105 private readonly pbc::RepeatedField<ulong> packedFixed64_ = new pbc::RepeatedField<ulong>(); field in Google.Protobuf.TestProtos.TestPackedTypes
5108 get { return packedFixed64_; }
5191 if(!packedFixed64_.Equals(other.packedFixed64_)) return false; in Equals()
5211 hash ^= packedFixed64_.GetHashCode(); in GetHashCode()
5235 packedFixed64_.WriteTo(output, _repeated_packedFixed64_codec); in WriteTo()
5254 size += packedFixed64_.CalculateSize(_repeated_packedFixed64_codec); in CalculateSize()
5276 packedFixed64_.Add(other.packedFixed64_); in MergeFrom()
5330 packedFixed64_.AddEntriesFrom(input, _repeated_packedFixed64_codec); in MergeFrom()