Searched refs:repeatedDouble_ (Results 1 – 2 of 2) sorted by relevance
822 repeatedDouble_ = other.repeatedDouble_.Clone(); in TestAllTypes()1277 private readonly pbc::RepeatedField<double> repeatedDouble_ = new pbc::RepeatedField<double>(); field in Conformance.TestAllTypes1280 get { return repeatedDouble_; }2139 if(!repeatedDouble_.Equals(other.repeatedDouble_)) return false; in Equals()2254 hash ^= repeatedDouble_.GetHashCode(); in GetHashCode()2439 repeatedDouble_.WriteTo(output, _repeated_repeatedDouble_codec); in WriteTo()2680 size += repeatedDouble_.CalculateSize(_repeated_repeatedDouble_codec); in CalculateSize()2911 repeatedDouble_.Add(other.repeatedDouble_); in MergeFrom()3251 repeatedDouble_.AddEntriesFrom(input, _repeated_repeatedDouble_codec); in MergeFrom()
294 repeatedDouble_ = other.repeatedDouble_.Clone(); in TestAllTypes()692 private readonly pbc::RepeatedField<double> repeatedDouble_ = new pbc::RepeatedField<double>(); field in Google.Protobuf.TestProtos.TestAllTypes695 get { return repeatedDouble_; }912 if(!repeatedDouble_.Equals(other.repeatedDouble_)) return false; in Equals()967 hash ^= repeatedDouble_.GetHashCode(); in GetHashCode()1092 repeatedDouble_.WriteTo(output, _repeated_repeatedDouble_codec); in WriteTo()1201 size += repeatedDouble_.CalculateSize(_repeated_repeatedDouble_codec); in CalculateSize()1321 repeatedDouble_.Add(other.repeatedDouble_); in MergeFrom()1514 repeatedDouble_.AddEntriesFrom(input, _repeated_repeatedDouble_codec); in MergeFrom()