Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Ddb_bench_tool.cc2205 class TimestampEmulator { class
2210 TimestampEmulator() : timestamp_(0) {} in TimestampEmulator() function in ROCKSDB_NAMESPACE::TimestampEmulator
2574 static bool KeyExpired(const TimestampEmulator* timestamp_emulator, in KeyExpired()
2594 const std::shared_ptr<TimestampEmulator>& timestamp_emulator) in ExpiredTimeFilter()
2604 std::shared_ptr<TimestampEmulator> timestamp_emulator_;
3084 timestamp_emulator_.reset(new TimestampEmulator()); in Run()
3282 std::shared_ptr<TimestampEmulator> timestamp_emulator_;