Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs4955 unpackedFixed32_ = other.unpackedFixed32_.Clone(); in TestUnpackedTypes()
5027 private readonly pbc::RepeatedField<uint> unpackedFixed32_ = new pbc::RepeatedField<uint>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
5029 get { return unpackedFixed32_; }
5112 if(!unpackedFixed32_.Equals(other.unpackedFixed32_)) return false; in Equals()
5131 hash ^= unpackedFixed32_.GetHashCode(); in GetHashCode()
5153 unpackedFixed32_.WriteTo(output, _repeated_unpackedFixed32_codec); in WriteTo()
5171 size += unpackedFixed32_.CalculateSize(_repeated_unpackedFixed32_codec); in CalculateSize()
5192 unpackedFixed32_.Add(other.unpackedFixed32_); in MergeFrom()
5241 unpackedFixed32_.AddEntriesFrom(input, _repeated_unpackedFixed32_codec); in MergeFrom()