Searched refs:timestamp_emulator (Results 1 – 1 of 1) sorted by relevance
2574 static bool KeyExpired(const TimestampEmulator* timestamp_emulator, in KeyExpired() argument2588 return timestamp_emulator->Get() - timestamp > FLAGS_time_range; in KeyExpired()2594 const std::shared_ptr<TimestampEmulator>& timestamp_emulator) in ExpiredTimeFilter() argument2595 : timestamp_emulator_(timestamp_emulator) {} in ExpiredTimeFilter()