Searched defs:HistogramEntry (Results 1 – 2 of 2) sorted by relevance
74 struct HistogramEntry { struct78 void histogramForEach(const std::function<void(HistogramEntry)>& callback) const; argument
216 explicit HistogramEntry(const uint8_t *ptr) : AbstractEntry(ptr) {} in HistogramEntry() function