Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dbtree_scheduler_test.cc224 struct CustomPriority { struct
225 int a;
226 int b;
228 bool operator<(const CustomPriority& other) const { in operator <()
233 TEST(BTreeSchedulerTest, CustomPriority) { in TEST() argument