Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5018 packedSfixed32_ = other.packedSfixed32_.Clone(); in TestPackedTypes()
5115 private readonly pbc::RepeatedField<int> packedSfixed32_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.TestProtos.TestPackedTypes
5118 get { return packedSfixed32_; }
5192 if(!packedSfixed32_.Equals(other.packedSfixed32_)) return false; in Equals()
5212 hash ^= packedSfixed32_.GetHashCode(); in GetHashCode()
5236 packedSfixed32_.WriteTo(output, _repeated_packedSfixed32_codec); in WriteTo()
5255 size += packedSfixed32_.CalculateSize(_repeated_packedSfixed32_codec); in CalculateSize()
5277 packedSfixed32_.Add(other.packedSfixed32_); in MergeFrom()
5335 packedSfixed32_.AddEntriesFrom(input, _repeated_packedSfixed32_codec); in MergeFrom()