Home
last modified time | relevance | path

Searched defs:IntervalCompare (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_interval_deque.h246 struct QUICHE_NO_EXPORT IntervalCompare { struct
247 bool operator()(const T& item, std::size_t interval_begin) const { in operator()