Lines Matching refs:repeatedInt64_
281 repeatedInt64_ = other.repeatedInt64_.Clone(); in TestAllTypes()
565 private readonly pbc::RepeatedField<long> repeatedInt64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.TestAllTypes
567 get { return repeatedInt64_; }
846 if(!repeatedInt64_.Equals(other.repeatedInt64_)) return false; in Equals()
900 hash ^= repeatedInt64_.GetHashCode(); in GetHashCode()
1023 repeatedInt64_.WriteTo(output, _repeated_repeatedInt64_codec); in WriteTo()
1131 size += repeatedInt64_.CalculateSize(_repeated_repeatedInt64_codec); in CalculateSize()
1250 repeatedInt64_.Add(other.repeatedInt64_); in MergeFrom()
1402 repeatedInt64_.AddEntriesFrom(input, _repeated_repeatedInt64_codec); in MergeFrom()
5308 repeatedInt64_ = other.repeatedInt64_.Clone(); in TestRepeatedScalarDifferentTagSizes()
5359 private readonly pbc::RepeatedField<long> repeatedInt64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.TestRepeatedScalarDifferentTagSizes
5361 get { return repeatedInt64_; }
5399 if(!repeatedInt64_.Equals(other.repeatedInt64_)) return false; in Equals()
5410 hash ^= repeatedInt64_.GetHashCode(); in GetHashCode()
5424 repeatedInt64_.WriteTo(output, _repeated_repeatedInt64_codec); in WriteTo()
5434 size += repeatedInt64_.CalculateSize(_repeated_repeatedInt64_codec); in CalculateSize()
5447 repeatedInt64_.Add(other.repeatedInt64_); in MergeFrom()
5476 repeatedInt64_.AddEntriesFrom(input, _repeated_repeatedInt64_codec); in MergeFrom()