Searched refs:getNumBinsInRange (Results 1 – 2 of 2) sorted by relevance
61 int32_t getNumBinsInRange() const { in getNumBinsInRange() function77 if (binIndex < 0 || binIndex >= getNumBinsInRange()) { in getCount()97 if (binIndex < 0 || binIndex >= getNumBinsInRange()) { in getLastItemNumber()
34 ASSERT_EQ(kNumBins, histogram.getNumBinsInRange()); in TEST()