Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs777 repeatedSfixed32_ = other.repeatedSfixed32_.Clone(); in TestAllTypes()
1174 private readonly pbc::RepeatedField<int> repeatedSfixed32_ = new pbc::RepeatedField<int>(); field in Conformance.TestAllTypes
1176 get { return repeatedSfixed32_; }
1981 if(!repeatedSfixed32_.Equals(other.repeatedSfixed32_)) return false; in Equals()
2095 hash ^= repeatedSfixed32_.GetHashCode(); in GetHashCode()
2278 repeatedSfixed32_.WriteTo(output, _repeated_repeatedSfixed32_codec); in WriteTo()
2518 size += repeatedSfixed32_.CalculateSize(_repeated_repeatedSfixed32_codec); in CalculateSize()
2748 repeatedSfixed32_.Add(other.repeatedSfixed32_); in MergeFrom()
3075 repeatedSfixed32_.AddEntriesFrom(input, _repeated_repeatedSfixed32_codec); in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs288 repeatedSfixed32_ = other.repeatedSfixed32_.Clone(); in TestAllTypes()
628 private readonly pbc::RepeatedField<int> repeatedSfixed32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.TestAllTypes
630 get { return repeatedSfixed32_; }
853 if(!repeatedSfixed32_.Equals(other.repeatedSfixed32_)) return false; in Equals()
907 hash ^= repeatedSfixed32_.GetHashCode(); in GetHashCode()
1030 repeatedSfixed32_.WriteTo(output, _repeated_repeatedSfixed32_codec); in WriteTo()
1138 size += repeatedSfixed32_.CalculateSize(_repeated_repeatedSfixed32_codec); in CalculateSize()
1257 repeatedSfixed32_.Add(other.repeatedSfixed32_); in MergeFrom()
1437 repeatedSfixed32_.AddEntriesFrom(input, _repeated_repeatedSfixed32_codec); in MergeFrom()