Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs4957 unpackedSfixed32_ = other.unpackedSfixed32_.Clone(); in TestUnpackedTypes()
5045 private readonly pbc::RepeatedField<int> unpackedSfixed32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
5047 get { return unpackedSfixed32_; }
5114 if(!unpackedSfixed32_.Equals(other.unpackedSfixed32_)) return false; in Equals()
5133 hash ^= unpackedSfixed32_.GetHashCode(); in GetHashCode()
5155 unpackedSfixed32_.WriteTo(output, _repeated_unpackedSfixed32_codec); in WriteTo()
5173 size += unpackedSfixed32_.CalculateSize(_repeated_unpackedSfixed32_codec); in CalculateSize()
5194 unpackedSfixed32_.Add(other.unpackedSfixed32_); in MergeFrom()
5251 unpackedSfixed32_.AddEntriesFrom(input, _repeated_unpackedSfixed32_codec); in MergeFrom()