Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs4958 unpackedSfixed64_ = other.unpackedSfixed64_.Clone(); in TestUnpackedTypes()
5054 private readonly pbc::RepeatedField<long> unpackedSfixed64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
5056 get { return unpackedSfixed64_; }
5115 if(!unpackedSfixed64_.Equals(other.unpackedSfixed64_)) return false; in Equals()
5134 hash ^= unpackedSfixed64_.GetHashCode(); in GetHashCode()
5156 unpackedSfixed64_.WriteTo(output, _repeated_unpackedSfixed64_codec); in WriteTo()
5174 size += unpackedSfixed64_.CalculateSize(_repeated_unpackedSfixed64_codec); in CalculateSize()
5195 unpackedSfixed64_.Add(other.unpackedSfixed64_); in MergeFrom()
5256 unpackedSfixed64_.AddEntriesFrom(input, _repeated_unpackedSfixed64_codec); in MergeFrom()