Searched refs:getTickerMap (Results 1 – 5 of 5) sorted by relevance
68 virtual bool getTickerMap(std::map<std::string, uint64_t>*) const override;
401 ASSERT_TRUE(options.statistics->getTickerMap(&stats_map_before)); in TEST_F()431 ASSERT_TRUE(options.statistics->getTickerMap(&stats_map_after)); in TEST_F()
389 bool StatisticsImpl::getTickerMap( in getTickerMap() function in ROCKSDB_NAMESPACE::StatisticsImpl
525 virtual bool getTickerMap(std::map<std::string, uint64_t>*) const { in getTickerMap() function
702 if (!statistics->getTickerMap(&stats_map)) { in PersistStats()