Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Dservls.cpp157 int32_t _timestamp; member in ServiceEnumeration
164 , _timestamp(service->getTimestamp()) in ServiceEnumeration()
173 , _timestamp(other._timestamp) in ServiceEnumeration()
217 if (_timestamp == _service->getTimestamp()) { in upToDate()
241 _timestamp = _service->getTimestamp(); in reset()
/third_party/node/deps/icu-small/source/common/
Dservls.cpp157 int32_t _timestamp; member in ServiceEnumeration
164 , _timestamp(service->getTimestamp()) in ServiceEnumeration()
173 , _timestamp(other._timestamp) in ServiceEnumeration()
217 if (_timestamp == _service->getTimestamp()) { in upToDate()
241 _timestamp = _service->getTimestamp(); in reset()
/third_party/skia/third_party/externals/icu/source/common/
Dservls.cpp157 int32_t _timestamp; member in ServiceEnumeration
164 , _timestamp(service->getTimestamp()) in ServiceEnumeration()
173 , _timestamp(other._timestamp) in ServiceEnumeration()
216 if (_timestamp == _service->getTimestamp()) { in upToDate()
240 _timestamp = _service->getTimestamp(); in reset()
/third_party/jsframework/runtime/main/model/
Devents.ts41 private _timestamp: number; property in Evt
47 this._timestamp = Date.now();
118 return this._timestamp;