Searched refs:BASE_OPTIONAL (Results 1 – 2 of 2) sorted by relevance
16 #ifndef BASE_OPTIONAL17 #define BASE_OPTIONAL(...)52 // BASE_OPTIONAL(TYPE, NAME, DEFAULT)55 BASE_OPTIONAL(const bool, MaySupportMemoryTagging, false)143 #undef BASE_OPTIONAL
47 #define BASE_OPTIONAL(TYPE, NAME, DEFAULT) \ macro