Searched defs:CustomPriority (Results 1 – 1 of 1) sorted by relevance
224 struct CustomPriority { struct225 int a;226 int b;228 bool operator<(const CustomPriority& other) const { in operator <()233 TEST(BTreeSchedulerTest, CustomPriority) { in TEST() argument