Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dinternal_stats.h520 bool HandleLevelStats(std::string* value, Slice suffix);
Dinternal_stats.cc360 {false, &InternalStats::HandleLevelStats, nullptr, nullptr, nullptr}},
562 bool InternalStats::HandleLevelStats(std::string* value, Slice /*suffix*/) { in HandleLevelStats() function in ROCKSDB_NAMESPACE::InternalStats