Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs284 repeatedInt64_ = other.repeatedInt64_.Clone(); in TestAllTypes()
592 private readonly pbc::RepeatedField<long> repeatedInt64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.TestAllTypes
595 get { return repeatedInt64_; }
902 if(!repeatedInt64_.Equals(other.repeatedInt64_)) return false; in Equals()
957 hash ^= repeatedInt64_.GetHashCode(); in GetHashCode()
1082 repeatedInt64_.WriteTo(output, _repeated_repeatedInt64_codec); in WriteTo()
1191 size += repeatedInt64_.CalculateSize(_repeated_repeatedInt64_codec); in CalculateSize()
1311 repeatedInt64_.Add(other.repeatedInt64_); in MergeFrom()
1464 repeatedInt64_.AddEntriesFrom(input, _repeated_repeatedInt64_codec); in MergeFrom()
5783 repeatedInt64_ = other.repeatedInt64_.Clone(); in TestRepeatedScalarDifferentTagSizes()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs812 repeatedInt64_ = other.repeatedInt64_.Clone(); in TestAllTypes()
1177 private readonly pbc::RepeatedField<long> repeatedInt64_ = new pbc::RepeatedField<long>(); field in Conformance.TestAllTypes
1180 get { return repeatedInt64_; }
2129 if(!repeatedInt64_.Equals(other.repeatedInt64_)) return false; in Equals()
2244 hash ^= repeatedInt64_.GetHashCode(); in GetHashCode()
2429 repeatedInt64_.WriteTo(output, _repeated_repeatedInt64_codec); in WriteTo()
2670 size += repeatedInt64_.CalculateSize(_repeated_repeatedInt64_codec); in CalculateSize()
2901 repeatedInt64_.Add(other.repeatedInt64_); in MergeFrom()
3201 repeatedInt64_.AddEntriesFrom(input, _repeated_repeatedInt64_codec); in MergeFrom()