Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl.cc785 uint64_t* new_time, in FindStatsByTime() argument
787 assert(new_time); in FindStatsByTime()
789 if (!new_time || !stats_map) return false; in FindStatsByTime()
796 *new_time = it->first; in FindStatsByTime()
Ddb_impl.h856 uint64_t* new_time,