Home
last modified time | relevance | path

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

/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h388 #define PARSE_ASSERT(cond) X_ASSERT(cond) macro
392 #define PARSE_ASSERT(cond) if (!(cond)) { PARSE_FAILURE(""); } macro