Home
last modified time | relevance | path

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

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