Searched defs:IntervalCompare (Results 1 – 1 of 1) sorted by relevance
246 struct QUIC_NO_EXPORT IntervalCompare { struct247 bool operator()(const T& item, std::size_t interval_begin) const { in operator()