Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_interval_set_test.cc1000 struct NotOstreamable { struct
1001 bool operator<(const NotOstreamable&) const { return false; } in operator <()
1002 bool operator>(const NotOstreamable&) const { return false; } in operator >()
1003 bool operator!=(const NotOstreamable&) const { return false; } in operator !=()
1004 bool operator>=(const NotOstreamable&) const { return true; } in operator >=()
1005 bool operator<=(const NotOstreamable&) const { return true; } in operator <=()
1006 bool operator==(const NotOstreamable&) const { return true; } in operator ==()
H A Dquic_interval_test.cc450 struct NotOstreamable { struct
451 bool operator<(const NotOstreamable&) const { return false; } in operator <()
452 bool operator>=(const NotOstreamable&) const { return true; } in operator >=()
453 bool operator==(const NotOstreamable&) const { return true; } in operator ==()