Searched refs:_timestamp (Results 1 – 5 of 5) sorted by relevance
158 int32_t _timestamp; member in ServiceEnumeration165 , _timestamp(service->getTimestamp()) in ServiceEnumeration()174 , _timestamp(other._timestamp) in ServiceEnumeration()217 if (_timestamp == _service->getTimestamp()) { in upToDate()241 _timestamp = _service->getTimestamp(); in reset()
21 @synthesize timestamp = _timestamp;30 _timestamp,38 _timestamp = nativeReport.timestamp();
305 self._timestamp = None306 self.queue_args = [resultsdir, os.path.dirname(resultsdir), self._timestamp]310 return self._timestamp327 self._timestamp = _make_timestamp(days_old, False)328 self.queue_args[2] = self._timestamp342 self._timestamp = _make_timestamp(days_old, True)343 self.queue_args[2] = self._timestamp
491 def _timestamp(pathname): function585 t_pyc = _timestamp(file)
55 _timestamp = statsReport.timestamp();