Searched refs:BOOL_SUBSTITUTE (Results 1 – 1 of 1) sorted by relevance
81 #define BOOL_SUBSTITUTE(TYPENAME) enum class TYPENAME : bool { FALSE = false, TRUE = true }; macro83 BOOL_SUBSTITUTE(Async);84 BOOL_SUBSTITUTE(Critical);85 BOOL_SUBSTITUTE(Primary);86 BOOL_SUBSTITUTE(Secure);87 BOOL_SUBSTITUTE(Virtual);