Searched refs:HISTOGRAM_ENUM_MAX (Results 1 – 9 of 9) sorted by relevance
263 assert(histogramType < HISTOGRAM_ENUM_MAX); in getHistogramImplLocked()325 assert(histogramType < HISTOGRAM_ENUM_MAX); in recordInHistogram()330 if (stats_ && histogramType < HISTOGRAM_ENUM_MAX) { in recordInHistogram()340 for (uint32_t i = 0; i < HISTOGRAM_ENUM_MAX; ++i) { in Reset()367 assert(h.first < HISTOGRAM_ENUM_MAX); in ToString()403 return type < HISTOGRAM_ENUM_MAX; in HistEnabledForType()
32 EXPECT_EQ(static_cast<size_t>(Histograms::HISTOGRAM_ENUM_MAX), in TEST_F()35 for (uint32_t h = 0; h < Histograms::HISTOGRAM_ENUM_MAX; h++) { in TEST_F()
39 INTERNAL_HISTOGRAM_START = HISTOGRAM_ENUM_MAX,
435 HISTOGRAM_ENUM_MAX, enumerator532 return type < HISTOGRAM_ENUM_MAX; in HistEnabledForType()
21 if (type >= HISTOGRAM_ENUM_MAX) { in HistEnabledForType()
5354 case ROCKSDB_NAMESPACE::Histograms::HISTOGRAM_ENUM_MAX: in toJavaHistogramsType()5463 return ROCKSDB_NAMESPACE::Histograms::HISTOGRAM_ENUM_MAX; in toCppHistograms()
163 HISTOGRAM_ENUM_MAX((byte) 0x1F); enumConstant
90 if(histogramType != HistogramType.HISTOGRAM_ENUM_MAX) { in collectStatistics()
235 if (histogramType != HistogramType.HISTOGRAM_ENUM_MAX) { in main()