Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/AddressBook/
DAddressbook.cs81 lastUpdated_ = other.lastUpdated_ != null ? other.lastUpdated_.Clone() : null; in Person()
138 private global::Google.Protobuf.WellKnownTypes.Timestamp lastUpdated_; field in Google.Protobuf.Examples.AddressBook.Person
141 get { return lastUpdated_; }
143 lastUpdated_ = value;
175 if (lastUpdated_ != null) hash ^= LastUpdated.GetHashCode(); in GetHashCode()
202 if (lastUpdated_ != null) { in WriteTo()
224 if (lastUpdated_ != null) { in CalculateSize()
248 if (other.lastUpdated_ != null) { in MergeFrom()
249 if (lastUpdated_ == null) { in MergeFrom()
282 if (lastUpdated_ == null) { in MergeFrom()