Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs283 repeatedUint64_ = other.repeatedUint64_.Clone(); in TestAllTypes()
583 private readonly pbc::RepeatedField<ulong> repeatedUint64_ = new pbc::RepeatedField<ulong>(); field in Google.Protobuf.TestProtos.TestAllTypes
585 get { return repeatedUint64_; }
848 if(!repeatedUint64_.Equals(other.repeatedUint64_)) return false; in Equals()
902 hash ^= repeatedUint64_.GetHashCode(); in GetHashCode()
1025 repeatedUint64_.WriteTo(output, _repeated_repeatedUint64_codec); in WriteTo()
1133 size += repeatedUint64_.CalculateSize(_repeated_repeatedUint64_codec); in CalculateSize()
1252 repeatedUint64_.Add(other.repeatedUint64_); in MergeFrom()
1412 repeatedUint64_.AddEntriesFrom(input, _repeated_repeatedUint64_codec); in MergeFrom()
5310 repeatedUint64_ = other.repeatedUint64_.Clone(); in TestRepeatedScalarDifferentTagSizes()
[all …]
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs772 repeatedUint64_ = other.repeatedUint64_.Clone(); in TestAllTypes()
1129 private readonly pbc::RepeatedField<ulong> repeatedUint64_ = new pbc::RepeatedField<ulong>(); field in Conformance.TestAllTypes
1131 get { return repeatedUint64_; }
1976 if(!repeatedUint64_.Equals(other.repeatedUint64_)) return false; in Equals()
2090 hash ^= repeatedUint64_.GetHashCode(); in GetHashCode()
2273 repeatedUint64_.WriteTo(output, _repeated_repeatedUint64_codec); in WriteTo()
2513 size += repeatedUint64_.CalculateSize(_repeated_repeatedUint64_codec); in CalculateSize()
2743 repeatedUint64_.Add(other.repeatedUint64_); in MergeFrom()
3050 repeatedUint64_.AddEntriesFrom(input, _repeated_repeatedUint64_codec); in MergeFrom()