Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs820 repeatedInt64Wrapper_ = other.repeatedInt64Wrapper_.Clone(); in TestAllTypes()
1625 …private readonly pbc::RepeatedField<long?> repeatedInt64Wrapper_ = new pbc::RepeatedField<long?>(); field in Conformance.TestAllTypes
1627 get { return repeatedInt64Wrapper_; }
2028 if(!repeatedInt64Wrapper_.Equals(other.repeatedInt64Wrapper_)) return false; in Equals()
2142 hash ^= repeatedInt64Wrapper_.GetHashCode(); in GetHashCode()
2355 repeatedInt64Wrapper_.WriteTo(output, _repeated_repeatedInt64Wrapper_codec); in WriteTo()
2591 size += repeatedInt64Wrapper_.CalculateSize(_repeated_repeatedInt64Wrapper_codec); in CalculateSize()
2827 repeatedInt64Wrapper_.Add(other.repeatedInt64Wrapper_); in MergeFrom()
3301 repeatedInt64Wrapper_.AddEntriesFrom(input, _repeated_repeatedInt64Wrapper_codec); in MergeFrom()