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.cs5866 unpackedInt64_ = other.unpackedInt64_.Clone(); in TestUnpackedTypes()
5901 private readonly pbc::RepeatedField<long> unpackedInt64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
5904 get { return unpackedInt64_; }
6041 if(!unpackedInt64_.Equals(other.unpackedInt64_)) return false; in Equals()
6061 hash ^= unpackedInt64_.GetHashCode(); in GetHashCode()
6088 unpackedInt64_.WriteTo(output, _repeated_unpackedInt64_codec); in WriteTo()
6110 size += unpackedInt64_.CalculateSize(_repeated_unpackedInt64_codec); in CalculateSize()
6135 unpackedInt64_.Add(other.unpackedInt64_); in MergeFrom()
6166 unpackedInt64_.AddEntriesFrom(input, _repeated_unpackedInt64_codec); in MergeFrom()