Searched defs:ASSERT_WITH_MESSAGE (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DAssertions.h257 /* ASSERT_WITH_MESSAGE */
260 #define ASSERT_WITH_MESSAGE(assertion, ...) ((void)0) macro
262 #define ASSERT_WITH_MESSAGE(assertion, ...) do \
367 #define RELEASE_ASSERT_WITH_MESSAGE(assertion, ...) ASSERT_WITH_MESSAGE(assertion, __VA_ARGS__)

Completed in 110 milliseconds