Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs354 repeatedTimestamp_ = other.repeatedTimestamp_.Clone(); in TestAllTypesProto3()
1467 …c::RepeatedField<global::Google.Protobuf.WellKnownTypes.Timestamp> repeatedTimestamp_ = new pbc::R… field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1470 get { return repeatedTimestamp_; }
1861 if(!repeatedTimestamp_.Equals(other.repeatedTimestamp_)) return false; in Equals()
1989 hash ^= repeatedTimestamp_.GetHashCode(); in GetHashCode()
2256 repeatedTimestamp_.WriteTo(output, _repeated_repeatedTimestamp_codec); in WriteTo()
2533 size += repeatedTimestamp_.CalculateSize(_repeated_repeatedTimestamp_codec); in CalculateSize()
2813 repeatedTimestamp_.Add(other.repeatedTimestamp_); in MergeFrom()
3381 repeatedTimestamp_.AddEntriesFrom(input, _repeated_repeatedTimestamp_codec); in MergeFrom()