Searched refs:lastLocalTime_ (Results 1 – 3 of 3) sorted by relevance
189 lastLocalTime_ = getDbMaxTimestamp(); in GetTime()194 … time helper with maxTimestamp:%" PRIu64 " localTimeOffset:%" PRIu64 " first time", lastLocalTime_, in GetTime()205 if (currentLocalTime <= lastLocalTime_ || currentLocalTime > MAX_VALID_TIME) { in GetTime()207 lastLocalTime_, currentLocalTime, deltaTime); in GetTime()208 lastLocalTime_ = static_cast<Timestamp>(static_cast<int64_t>(lastLocalTime_) + in GetTime()210 currentLocalTime = lastLocalTime_; in GetTime()212 lastLocalTime_ = currentLocalTime; in GetTime()234 auto virtualTimeOffset = static_cast<int64_t>(currentLocalTime - lastLocalTime_); in TimeSkew()254 return lastLocalTime_; in GetLastTime()298 Timestamp lastLocalTime_ = 0; member in __anon7150c7630110::TimeHelper
41 lastLocalTime_(0) in Metadata()192 if (lastLocalTime > lastLocalTime_) { in SetLastLocalTime()193 lastLocalTime_ = lastLocalTime; in SetLastLocalTime()200 return lastLocalTime_; in GetLastLocalTime()
253 Timestamp lastLocalTime_; variable