Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs815 repeatedSint32_ = other.repeatedSint32_.Clone(); in TestAllTypes()
1207 private readonly pbc::RepeatedField<int> repeatedSint32_ = new pbc::RepeatedField<int>(); field in Conformance.TestAllTypes
1210 get { return repeatedSint32_; }
2132 if(!repeatedSint32_.Equals(other.repeatedSint32_)) return false; in Equals()
2247 hash ^= repeatedSint32_.GetHashCode(); in GetHashCode()
2432 repeatedSint32_.WriteTo(output, _repeated_repeatedSint32_codec); in WriteTo()
2673 size += repeatedSint32_.CalculateSize(_repeated_repeatedSint32_codec); in CalculateSize()
2904 repeatedSint32_.Add(other.repeatedSint32_); in MergeFrom()
3216 repeatedSint32_.AddEntriesFrom(input, _repeated_repeatedSint32_codec); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs287 repeatedSint32_ = other.repeatedSint32_.Clone(); in TestAllTypes()
622 private readonly pbc::RepeatedField<int> repeatedSint32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.TestAllTypes
625 get { return repeatedSint32_; }
905 if(!repeatedSint32_.Equals(other.repeatedSint32_)) return false; in Equals()
960 hash ^= repeatedSint32_.GetHashCode(); in GetHashCode()
1085 repeatedSint32_.WriteTo(output, _repeated_repeatedSint32_codec); in WriteTo()
1194 size += repeatedSint32_.CalculateSize(_repeated_repeatedSint32_codec); in CalculateSize()
1314 repeatedSint32_.Add(other.repeatedSint32_); in MergeFrom()
1479 repeatedSint32_.AddEntriesFrom(input, _repeated_repeatedSint32_codec); in MergeFrom()