Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dinternal_stats.h565 bool HandleLiveSstFilesSize(uint64_t* value, DBImpl* db, Version* version);
Dinternal_stats.cc457 {false, nullptr, &InternalStats::HandleLiveSstFilesSize, nullptr,
818 bool InternalStats::HandleLiveSstFilesSize(uint64_t* value, DBImpl* /*db*/, in HandleLiveSstFilesSize() function in ROCKSDB_NAMESPACE::InternalStats