Searched defs:priority_tag (Results 1 – 3 of 3) sorted by relevance
49 template<unsigned N> struct priority_tag : priority_tag < N - 1 > {}; struct50 template<> struct priority_tag<0> {}; struct
331 char *priority_tag; in xsyslog() local
2716 template<unsigned N> struct priority_tag : priority_tag < N - 1 > {}; struct2717 template<> struct priority_tag<0> {}; struct