Searched defs:CONDITION (Results 1 – 6 of 6) sorted by relevance
40 static final BodyQName CONDITION = BodyQName.createBOSH("condition"); field in Attributes
308 #define GR_STATIC_ASSERT(CONDITION) static_assert(CONDITION, "bug") argument312 #define GR_STATIC_ASSERT(CONDITION) \ argument
46 #define CHECK(CONDITION) assert(CONDITION) argument
677 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \ argument
135 #define USAGE_CHECK(CONDITION, METHOD, ERROR_DESCRIPTION) \ argument