Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs875 repeatedDuration_ = other.repeatedDuration_.Clone(); in TestAllTypes()
1881 …pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Duration> repeatedDuration_ = new pbc::R… field in Conformance.TestAllTypes
1884 get { return repeatedDuration_; }
2196 if(!repeatedDuration_.Equals(other.repeatedDuration_)) return false; in Equals()
2311 hash ^= repeatedDuration_.GetHashCode(); in GetHashCode()
2544 repeatedDuration_.WriteTo(output, _repeated_repeatedDuration_codec); in WriteTo()
2775 size += repeatedDuration_.CalculateSize(_repeated_repeatedDuration_codec); in CalculateSize()
3030 repeatedDuration_.Add(other.repeatedDuration_); in MergeFrom()
3532 repeatedDuration_.AddEntriesFrom(input, _repeated_repeatedDuration_codec); in MergeFrom()