Lines Matching defs:result
7789 int32_t result = upb_pbdecoder_checktag_slow(d, expected);
7790 if (result == DECODE_MISMATCH) goto badtag;
7791 if (result >= 0) return result;
7796 int32_t result;
7799 result = upb_pbdecoder_checktag_slow(d, expected);
7800 if (result == DECODE_MISMATCH) goto badtag;
7801 if (result >= 0) return result;
7879 int32_t result = upb_pbdecoder_resume(decoder, NULL, buf, size, handle);
7881 if (result == DECODE_ENDGROUP) goto_endmsg(decoder);
7882 CHECK_RETURN(result);
9226 /* Intermediate result of parsing a unicode escape sequence. */