Searched defs:hb_priority (Results 1 – 3 of 3) sorted by relevance
78 template <unsigned Pri> struct hb_priority : hb_priority<Pri - 1> {}; struct79 template <> struct hb_priority<0> {}; struct
71 template <unsigned Pri> struct hb_priority : hb_priority<Pri - 1> {}; struct72 template <> struct hb_priority<0> {}; struct
75 template <unsigned Pri> struct hb_priority : hb_priority<Pri - 1> {}; struct76 template <> struct hb_priority<0> {}; struct