Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs286 repeatedUint64_ = other.repeatedUint64_.Clone(); in TestAllTypes()
612 private readonly pbc::RepeatedField<ulong> repeatedUint64_ = new pbc::RepeatedField<ulong>(); field in Google.Protobuf.TestProtos.TestAllTypes
615 get { return repeatedUint64_; }
904 if(!repeatedUint64_.Equals(other.repeatedUint64_)) return false; in Equals()
959 hash ^= repeatedUint64_.GetHashCode(); in GetHashCode()
1084 repeatedUint64_.WriteTo(output, _repeated_repeatedUint64_codec); in WriteTo()
1193 size += repeatedUint64_.CalculateSize(_repeated_repeatedUint64_codec); in CalculateSize()
1313 repeatedUint64_.Add(other.repeatedUint64_); in MergeFrom()
1474 repeatedUint64_.AddEntriesFrom(input, _repeated_repeatedUint64_codec); in MergeFrom()
5785 repeatedUint64_ = other.repeatedUint64_.Clone(); in TestRepeatedScalarDifferentTagSizes()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs814 repeatedUint64_ = other.repeatedUint64_.Clone(); in TestAllTypes()
1197 private readonly pbc::RepeatedField<ulong> repeatedUint64_ = new pbc::RepeatedField<ulong>(); field in Conformance.TestAllTypes
1200 get { return repeatedUint64_; }
2131 if(!repeatedUint64_.Equals(other.repeatedUint64_)) return false; in Equals()
2246 hash ^= repeatedUint64_.GetHashCode(); in GetHashCode()
2431 repeatedUint64_.WriteTo(output, _repeated_repeatedUint64_codec); in WriteTo()
2672 size += repeatedUint64_.CalculateSize(_repeated_repeatedUint64_codec); in CalculateSize()
2903 repeatedUint64_.Add(other.repeatedUint64_); in MergeFrom()
3211 repeatedUint64_.AddEntriesFrom(input, _repeated_repeatedUint64_codec); in MergeFrom()