Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/meta/
Dcpp_future.hpp140 template<unsigned N> struct priority_tag : priority_tag < N - 1 > {}; struct
141 template<> struct priority_tag<0> {}; struct
/third_party/openssl/crypto/bio/
Dbss_log.c332 char *priority_tag; in xsyslog() local
/third_party/json/single_include/nlohmann/
Djson.hpp3170 template<unsigned N> struct priority_tag : priority_tag < N - 1 > {}; struct
3171 template<> struct priority_tag<0> {}; struct