Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5021 packedDouble_ = other.packedDouble_.Clone(); in TestPackedTypes()
5145 private readonly pbc::RepeatedField<double> packedDouble_ = new pbc::RepeatedField<double>(); field in Google.Protobuf.TestProtos.TestPackedTypes
5148 get { return packedDouble_; }
5195 if(!packedDouble_.Equals(other.packedDouble_)) return false; in Equals()
5215 hash ^= packedDouble_.GetHashCode(); in GetHashCode()
5239 packedDouble_.WriteTo(output, _repeated_packedDouble_codec); in WriteTo()
5258 size += packedDouble_.CalculateSize(_repeated_packedDouble_codec); in CalculateSize()
5280 packedDouble_.Add(other.packedDouble_); in MergeFrom()
5350 packedDouble_.AddEntriesFrom(input, _repeated_packedDouble_codec); in MergeFrom()