Home
last modified time | relevance | path

Searched defs:PARSE_ASSERT_MSG (Results 1 – 1 of 1) sorted by relevance

/libnativehelper/platform_include/nativehelper/detail/
Dsignature_checker.h387 #define PARSE_ASSERT_MSG(cond, msg) X_ASSERT(#msg && (cond)) macro
391 #define PARSE_ASSERT_MSG(cond, msg) if (!(cond)) { PARSE_FAILURE(msg); } macro