Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs4950 unpackedInt64_ = other.unpackedInt64_.Clone(); in TestUnpackedTypes()
4982 private readonly pbc::RepeatedField<long> unpackedInt64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
4984 get { return unpackedInt64_; }
5107 if(!unpackedInt64_.Equals(other.unpackedInt64_)) return false; in Equals()
5126 hash ^= unpackedInt64_.GetHashCode(); in GetHashCode()
5148 unpackedInt64_.WriteTo(output, _repeated_unpackedInt64_codec); in WriteTo()
5166 size += unpackedInt64_.CalculateSize(_repeated_unpackedInt64_codec); in CalculateSize()
5187 unpackedInt64_.Add(other.unpackedInt64_); in MergeFrom()
5216 unpackedInt64_.AddEntriesFrom(input, _repeated_unpackedInt64_codec); in MergeFrom()