Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs4595 packedFixed32_ = other.packedFixed32_.Clone(); in TestPackedTypes()
4667 private readonly pbc::RepeatedField<uint> packedFixed32_ = new pbc::RepeatedField<uint>(); field in Google.Protobuf.TestProtos.TestPackedTypes
4669 get { return packedFixed32_; }
4752 if(!packedFixed32_.Equals(other.packedFixed32_)) return false; in Equals()
4771 hash ^= packedFixed32_.GetHashCode(); in GetHashCode()
4793 packedFixed32_.WriteTo(output, _repeated_packedFixed32_codec); in WriteTo()
4811 size += packedFixed32_.CalculateSize(_repeated_packedFixed32_codec); in CalculateSize()
4832 packedFixed32_.Add(other.packedFixed32_); in MergeFrom()
4881 packedFixed32_.AddEntriesFrom(input, _repeated_packedFixed32_codec); in MergeFrom()