Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs778 repeatedSfixed64_ = other.repeatedSfixed64_.Clone(); in TestAllTypes()
1183 private readonly pbc::RepeatedField<long> repeatedSfixed64_ = new pbc::RepeatedField<long>(); field in Conformance.TestAllTypes
1185 get { return repeatedSfixed64_; }
1982 if(!repeatedSfixed64_.Equals(other.repeatedSfixed64_)) return false; in Equals()
2096 hash ^= repeatedSfixed64_.GetHashCode(); in GetHashCode()
2279 repeatedSfixed64_.WriteTo(output, _repeated_repeatedSfixed64_codec); in WriteTo()
2519 size += repeatedSfixed64_.CalculateSize(_repeated_repeatedSfixed64_codec); in CalculateSize()
2749 repeatedSfixed64_.Add(other.repeatedSfixed64_); in MergeFrom()
3080 repeatedSfixed64_.AddEntriesFrom(input, _repeated_repeatedSfixed64_codec); in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs289 repeatedSfixed64_ = other.repeatedSfixed64_.Clone(); in TestAllTypes()
637 private readonly pbc::RepeatedField<long> repeatedSfixed64_ = new pbc::RepeatedField<long>(); field in Google.Protobuf.TestProtos.TestAllTypes
639 get { return repeatedSfixed64_; }
854 if(!repeatedSfixed64_.Equals(other.repeatedSfixed64_)) return false; in Equals()
908 hash ^= repeatedSfixed64_.GetHashCode(); in GetHashCode()
1031 repeatedSfixed64_.WriteTo(output, _repeated_repeatedSfixed64_codec); in WriteTo()
1139 size += repeatedSfixed64_.CalculateSize(_repeated_repeatedSfixed64_codec); in CalculateSize()
1258 repeatedSfixed64_.Add(other.repeatedSfixed64_); in MergeFrom()
1442 repeatedSfixed64_.AddEntriesFrom(input, _repeated_repeatedSfixed64_codec); in MergeFrom()