Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:startsubmsg

2213 /* Given a selector for a STARTSUBMSG handler, resolves to a pointer to the
2476 SETTER(startsubmsg, upb_startfield_handlerfunc*, UPB_HANDLER_STARTSUBMSG)
2525 /* STARTSUBMSG selector in sel is the field's selector base. */
2605 * handlers (startseq/startsubmsg/endsubmsg/endseq) set for the
2690 /* Selectors for STARTSUBMSG are at the beginning of the table so that the
2714 /* ENDSUBMSG (STARTSUBMSG is at table beginning) */
7514 OP(STARTMSG) OP(ENDMSG) OP(STARTSEQ) OP(ENDSEQ) OP(STARTSUBMSG)