Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs822 repeatedDouble_ = other.repeatedDouble_.Clone(); in TestAllTypes()
1277 private readonly pbc::RepeatedField<double> repeatedDouble_ = new pbc::RepeatedField<double>(); field in Conformance.TestAllTypes
1280 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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs294 repeatedDouble_ = other.repeatedDouble_.Clone(); in TestAllTypes()
692 private readonly pbc::RepeatedField<double> repeatedDouble_ = new pbc::RepeatedField<double>(); field in Google.Protobuf.TestProtos.TestAllTypes
695 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()