Home
last modified time | relevance | path

Searched defs:NonemptyIntervalEq (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_set.h389 struct QUICHE_NO_EXPORT NonemptyIntervalEq { struct
390 bool operator()(const value_type& a, const value_type& b) const { in operator()