Lines Matching refs:endmsg
4186 /* Sets the endmsg handler for the message, which is defined as follows:
4188 * bool endmsg(MyType* closure, upb_status *status) {
6137 func *endmsg;
6140 endmsg = (func *)upb_handlers_gethandler(s->handlers, UPB_ENDMSG_SELECTOR);
6142 if (!endmsg) return true;
6144 return endmsg(s->closure, hd, status);
7913 /* A special slot in the dispatch table that stores the epilogue (ENDMSG and/or