Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs4600 packedDouble_ = other.packedDouble_.Clone(); in TestPackedTypes()
4712 private readonly pbc::RepeatedField<double> packedDouble_ = new pbc::RepeatedField<double>(); field in Google.Protobuf.TestProtos.TestPackedTypes
4714 get { return packedDouble_; }
4757 if(!packedDouble_.Equals(other.packedDouble_)) return false; in Equals()
4776 hash ^= packedDouble_.GetHashCode(); in GetHashCode()
4798 packedDouble_.WriteTo(output, _repeated_packedDouble_codec); in WriteTo()
4816 size += packedDouble_.CalculateSize(_repeated_packedDouble_codec); in CalculateSize()
4837 packedDouble_.Add(other.packedDouble_); in MergeFrom()
4906 packedDouble_.AddEntriesFrom(input, _repeated_packedDouble_codec); in MergeFrom()