Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5403 unpackedFixed32_ = other.unpackedFixed32_.Clone(); in TestUnpackedTypes()
5482 private readonly pbc::RepeatedField<uint> unpackedFixed32_ = new pbc::RepeatedField<uint>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
5485 get { return unpackedFixed32_; }
5577 if(!unpackedFixed32_.Equals(other.unpackedFixed32_)) return false; in Equals()
5597 hash ^= unpackedFixed32_.GetHashCode(); in GetHashCode()
5621 unpackedFixed32_.WriteTo(output, _repeated_unpackedFixed32_codec); in WriteTo()
5640 size += unpackedFixed32_.CalculateSize(_repeated_unpackedFixed32_codec); in CalculateSize()
5662 unpackedFixed32_.Add(other.unpackedFixed32_); in MergeFrom()
5712 unpackedFixed32_.AddEntriesFrom(input, _repeated_unpackedFixed32_codec); in MergeFrom()