Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:startseq

2308   /* If this is a STARTSEQ or STARTSTR handler, check that the returned pointer
2475 SETTER(startseq, upb_startfield_handlerfunc*, UPB_HANDLER_STARTSEQ)
2605 * handlers (startseq/startsubmsg/endsubmsg/endseq) set for the
2711 if (upb_fielddef_isseq(f)) ret += 2; /* STARTSEQ/ENDSEQ */
7514 OP(STARTMSG) OP(ENDMSG) OP(STARTSEQ) OP(ENDSEQ) OP(STARTSUBMSG)
12188 * startseq for repeated fields. */
12356 static void *startseq(void *closure, const void *handler_data) {
12714 upb_handlers_setstartseq(h, f, startseq, &name_attr);