Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/AddressBook/
H A DAddressbook.cs85 lastUpdated_ = other.lastUpdated_ != null ? other.lastUpdated_.Clone() : null; in Person()
142 private global::Google.Protobuf.WellKnownTypes.Timestamp lastUpdated_; field in Google.Protobuf.Examples.AddressBook.Person
145 get { return lastUpdated_; }
147 lastUpdated_ = value;
179 if (lastUpdated_ != null) hash ^= LastUpdated.GetHashCode(); in GetHashCode()
209 if (lastUpdated_ != null) { in WriteTo()
235 if (lastUpdated_ != null) { in IBufferMessage.InternalWriteTo()
258 if (lastUpdated_ ! in CalculateSize()
[all...]

Completed in 2 milliseconds