Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs876 repeatedTimestamp_ = other.repeatedTimestamp_.Clone(); in TestAllTypes()
1891 …c::RepeatedField<global::Google.Protobuf.WellKnownTypes.Timestamp> repeatedTimestamp_ = new pbc::R… field in Conformance.TestAllTypes
1894 get { return repeatedTimestamp_; }
2197 if(!repeatedTimestamp_.Equals(other.repeatedTimestamp_)) return false; in Equals()
2312 hash ^= repeatedTimestamp_.GetHashCode(); in GetHashCode()
2545 repeatedTimestamp_.WriteTo(output, _repeated_repeatedTimestamp_codec); in WriteTo()
2776 size += repeatedTimestamp_.CalculateSize(_repeated_repeatedTimestamp_codec); in CalculateSize()
3031 repeatedTimestamp_.Add(other.repeatedTimestamp_); in MergeFrom()
3536 repeatedTimestamp_.AddEntriesFrom(input, _repeated_repeatedTimestamp_codec); in MergeFrom()