Home
last modified time | relevance | path

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

/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h386 #define PARSE_ASSERT_MSG(cond, msg) X_ASSERT(#msg && (cond)) macro
390 #define PARSE_ASSERT_MSG(cond, msg) if (!(cond)) { PARSE_FAILURE(msg); } macro
499PARSE_ASSERT_MSG(res.has_token(), "All array types must follow by their component type (e.g. ']I',…
607 PARSE_ASSERT_MSG(c == '(', in ParseSignatureAsList()