Searched refs:ASSERT_WITH_MESSAGE_UNUSED (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DAssertions.h270 /* ASSERT_WITH_MESSAGE_UNUSED */
273 #define ASSERT_WITH_MESSAGE_UNUSED(variable, assertion, ...) ((void)variable) macro
275 #define ASSERT_WITH_MESSAGE_UNUSED(variable, assertion, ...) do \

Completed in 106 milliseconds