Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs283 repeatedInt32_ = other.repeatedInt32_.Clone(); in TestAllTypes()
579 private readonly pbc::RepeatedField<int> repeatedInt32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.TestAllTypes
585 get { return repeatedInt32_; }
901 if(!repeatedInt32_.Equals(other.repeatedInt32_)) return false; in Equals()
956 hash ^= repeatedInt32_.GetHashCode(); in GetHashCode()
1081 repeatedInt32_.WriteTo(output, _repeated_repeatedInt32_codec); in WriteTo()
1190 size += repeatedInt32_.CalculateSize(_repeated_repeatedInt32_codec); in CalculateSize()
1310 repeatedInt32_.Add(other.repeatedInt32_); in MergeFrom()
1459 repeatedInt32_.AddEntriesFrom(input, _repeated_repeatedInt32_codec); in MergeFrom()
5781 repeatedInt32_ = other.repeatedInt32_.Clone(); in TestRepeatedScalarDifferentTagSizes()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs811 repeatedInt32_ = other.repeatedInt32_.Clone(); in TestAllTypes()
1164 private readonly pbc::RepeatedField<int> repeatedInt32_ = new pbc::RepeatedField<int>(); field in Conformance.TestAllTypes
1170 get { return repeatedInt32_; }
2128 if(!repeatedInt32_.Equals(other.repeatedInt32_)) return false; in Equals()
2243 hash ^= repeatedInt32_.GetHashCode(); in GetHashCode()
2428 repeatedInt32_.WriteTo(output, _repeated_repeatedInt32_codec); in WriteTo()
2669 size += repeatedInt32_.CalculateSize(_repeated_repeatedInt32_codec); in CalculateSize()
2900 repeatedInt32_.Add(other.repeatedInt32_); in MergeFrom()
3196 repeatedInt32_.AddEntriesFrom(input, _repeated_repeatedInt32_codec); in MergeFrom()