Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs4960 unpackedDouble_ = other.unpackedDouble_.Clone(); in TestUnpackedTypes()
5072 private readonly pbc::RepeatedField<double> unpackedDouble_ = new pbc::RepeatedField<double>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
5074 get { return unpackedDouble_; }
5117 if(!unpackedDouble_.Equals(other.unpackedDouble_)) return false; in Equals()
5136 hash ^= unpackedDouble_.GetHashCode(); in GetHashCode()
5158 unpackedDouble_.WriteTo(output, _repeated_unpackedDouble_codec); in WriteTo()
5176 size += unpackedDouble_.CalculateSize(_repeated_unpackedDouble_codec); in CalculateSize()
5197 unpackedDouble_.Add(other.unpackedDouble_); in MergeFrom()
5266 unpackedDouble_.AddEntriesFrom(input, _repeated_unpackedDouble_codec); in MergeFrom()