Searched refs:PARSE_ASSERT (Results 1 – 1 of 1) sorted by relevance
387 #define PARSE_ASSERT(cond) X_ASSERT(cond) macro391 #define PARSE_ASSERT(cond) if (!(cond)) { PARSE_FAILURE(""); } macro440 PARSE_ASSERT(IsValidJniDescriptorStart(c));454 PARSE_ASSERT(fast_jni_is_deprecated);460 PARSE_ASSERT(void_type_descriptor_only_allowed_in_return_type);494 PARSE_ASSERT(maybe_res); // Downstream parsing has asserted, bail out.527 PARSE_ASSERT(found_semicolon);533 PARSE_ASSERT(!class_name_is_empty);623 PARSE_ASSERT(res); in ParseSignatureAsList()633 PARSE_ASSERT(res); in ParseSignatureAsList()