Searched defs:HistEnabledForType (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/java/rocksjni/ | ||
| D | statisticsjni.cc | 20 bool StatisticsJni::HistEnabledForType(uint32_t type) const { in HistEnabledForType() function in ROCKSDB_NAMESPACE::StatisticsJni |
| /rocksdb-6.9/monitoring/ | ||
| D | statistics.cc | 402 bool StatisticsImpl::HistEnabledForType(uint32_t type) const { in HistEnabledForType() function in ROCKSDB_NAMESPACE::StatisticsImpl |
| /rocksdb-6.9/include/rocksdb/ | ||
| D | statistics.h | 531 virtual bool HistEnabledForType(uint32_t type) const { in HistEnabledForType() function |
| /rocksdb-6.9/db/ | ||
| D | db_test2.cc | 3957 bool HistEnabledForType(uint32_t /*type*/) const override { return false; } in HistEnabledForType() function in ROCKSDB_NAMESPACE::__anon82d45cbc2811::DummyOldStats |