Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5400 unpackedUint64_ = other.unpackedUint64_.Clone(); in TestUnpackedTypes()
5452 private readonly pbc::RepeatedField<ulong> unpackedUint64_ = new pbc::RepeatedField<ulong>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
5455 get { return unpackedUint64_; }
5574 if(!unpackedUint64_.Equals(other.unpackedUint64_)) return false; in Equals()
5594 hash ^= unpackedUint64_.GetHashCode(); in GetHashCode()
5618 unpackedUint64_.WriteTo(output, _repeated_unpackedUint64_codec); in WriteTo()
5637 size += unpackedUint64_.CalculateSize(_repeated_unpackedUint64_codec); in CalculateSize()
5659 unpackedUint64_.Add(other.unpackedUint64_); in MergeFrom()
5697 unpackedUint64_.AddEntriesFrom(input, _repeated_unpackedUint64_codec); in MergeFrom()