Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs833 repeatedDuration_ = other.repeatedDuration_.Clone(); in TestAllTypes()
1748 …pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Duration> repeatedDuration_ = new pbc::R… field in Conformance.TestAllTypes
1750 get { return repeatedDuration_; }
2041 if(!repeatedDuration_.Equals(other.repeatedDuration_)) return false; in Equals()
2155 hash ^= repeatedDuration_.GetHashCode(); in GetHashCode()
2386 repeatedDuration_.WriteTo(output, _repeated_repeatedDuration_codec); in WriteTo()
2616 size += repeatedDuration_.CalculateSize(_repeated_repeatedDuration_codec); in CalculateSize()
2870 repeatedDuration_.Add(other.repeatedDuration_); in MergeFrom()
3371 repeatedDuration_.AddEntriesFrom(input, _repeated_repeatedDuration_codec); in MergeFrom()