Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs280 repeatedInt32_ = other.repeatedInt32_.Clone(); in TestAllTypes()
553 private readonly pbc::RepeatedField<int> repeatedInt32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.TestAllTypes
558 get { return repeatedInt32_; }
845 if(!repeatedInt32_.Equals(other.repeatedInt32_)) return false; in Equals()
899 hash ^= repeatedInt32_.GetHashCode(); in GetHashCode()
1022 repeatedInt32_.WriteTo(output, _repeated_repeatedInt32_codec); in WriteTo()
1130 size += repeatedInt32_.CalculateSize(_repeated_repeatedInt32_codec); in CalculateSize()
1249 repeatedInt32_.Add(other.repeatedInt32_); in MergeFrom()
1397 repeatedInt32_.AddEntriesFrom(input, _repeated_repeatedInt32_codec); in MergeFrom()
5306 repeatedInt32_ = other.repeatedInt32_.Clone(); in TestRepeatedScalarDifferentTagSizes()
[all …]
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs769 repeatedInt32_ = other.repeatedInt32_.Clone(); in TestAllTypes()
1099 private readonly pbc::RepeatedField<int> repeatedInt32_ = new pbc::RepeatedField<int>(); field in Conformance.TestAllTypes
1104 get { return repeatedInt32_; }
1973 if(!repeatedInt32_.Equals(other.repeatedInt32_)) return false; in Equals()
2087 hash ^= repeatedInt32_.GetHashCode(); in GetHashCode()
2270 repeatedInt32_.WriteTo(output, _repeated_repeatedInt32_codec); in WriteTo()
2510 size += repeatedInt32_.CalculateSize(_repeated_repeatedInt32_codec); in CalculateSize()
2740 repeatedInt32_.Add(other.repeatedInt32_); in MergeFrom()
3035 repeatedInt32_.AddEntriesFrom(input, _repeated_repeatedInt32_codec); in MergeFrom()