Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5408 unpackedDouble_ = other.unpackedDouble_.Clone(); in TestUnpackedTypes()
5532 private readonly pbc::RepeatedField<double> unpackedDouble_ = new pbc::RepeatedField<double>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
5535 get { return unpackedDouble_; }
5582 if(!unpackedDouble_.Equals(other.unpackedDouble_)) return false; in Equals()
5602 hash ^= unpackedDouble_.GetHashCode(); in GetHashCode()
5626 unpackedDouble_.WriteTo(output, _repeated_unpackedDouble_codec); in WriteTo()
5645 size += unpackedDouble_.CalculateSize(_repeated_unpackedDouble_codec); in CalculateSize()
5667 unpackedDouble_.Add(other.unpackedDouble_); in MergeFrom()
5737 unpackedDouble_.AddEntriesFrom(input, _repeated_unpackedDouble_codec); in MergeFrom()