Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5398 unpackedInt64_ = other.unpackedInt64_.Clone(); in TestUnpackedTypes()
5432 private readonly pbc::RepeatedField<long> unpackedInt64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
5435 get { return unpackedInt64_; }
5572 if(!unpackedInt64_.Equals(other.unpackedInt64_)) return false; in Equals()
5592 hash ^= unpackedInt64_.GetHashCode(); in GetHashCode()
5616 unpackedInt64_.WriteTo(output, _repeated_unpackedInt64_codec); in WriteTo()
5635 size += unpackedInt64_.CalculateSize(_repeated_unpackedInt64_codec); in CalculateSize()
5657 unpackedInt64_.Add(other.unpackedInt64_); in MergeFrom()
5687 unpackedInt64_.AddEntriesFrom(input, _repeated_unpackedInt64_codec); in MergeFrom()