Searched refs:pastTimestamp (Results 1 – 2 of 2) sorted by relevance
279 void Manager::checkTimestamp(uint64_t timestamp, uint64_t pastTimestamp) { in checkTimestamp() argument280 if (timestamp < pastTimestamp) { in checkTimestamp()282 } else if (timestamp == pastTimestamp) { in checkTimestamp()
82 void checkTimestamp(uint64_t timestamp, uint64_t pastTimestamp);