Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs780 repeatedDouble_ = other.repeatedDouble_.Clone(); in TestAllTypes()
1201 private readonly pbc::RepeatedField<double> repeatedDouble_ = new pbc::RepeatedField<double>(); field in Conformance.TestAllTypes
1203 get { return repeatedDouble_; }
1984 if(!repeatedDouble_.Equals(other.repeatedDouble_)) return false; in Equals()
2098 hash ^= repeatedDouble_.GetHashCode(); in GetHashCode()
2281 repeatedDouble_.WriteTo(output, _repeated_repeatedDouble_codec); in WriteTo()
2521 size += repeatedDouble_.CalculateSize(_repeated_repeatedDouble_codec); in CalculateSize()
2751 repeatedDouble_.Add(other.repeatedDouble_); in MergeFrom()
3090 repeatedDouble_.AddEntriesFrom(input, _repeated_repeatedDouble_codec); in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs291 repeatedDouble_ = other.repeatedDouble_.Clone(); in TestAllTypes()
655 private readonly pbc::RepeatedField<double> repeatedDouble_ = new pbc::RepeatedField<double>(); field in Google.Protobuf.TestProtos.TestAllTypes
657 get { return repeatedDouble_; }
856 if(!repeatedDouble_.Equals(other.repeatedDouble_)) return false; in Equals()
910 hash ^= repeatedDouble_.GetHashCode(); in GetHashCode()
1033 repeatedDouble_.WriteTo(output, _repeated_repeatedDouble_codec); in WriteTo()
1141 size += repeatedDouble_.CalculateSize(_repeated_repeatedDouble_codec); in CalculateSize()
1260 repeatedDouble_.Add(other.repeatedDouble_); in MergeFrom()
1452 repeatedDouble_.AddEntriesFrom(input, _repeated_repeatedDouble_codec); in MergeFrom()