Searched defs:priority_tag (Results 1 – 3 of 3) sorted by relevance
140 template<unsigned N> struct priority_tag : priority_tag < N - 1 > {}; struct141 template<> struct priority_tag<0> {}; struct
332 char *priority_tag; in xsyslog() local
3170 template<unsigned N> struct priority_tag : priority_tag < N - 1 > {}; struct3171 template<> struct priority_tag<0> {}; struct