Lines Matching refs:startmsg
4176 /* Sets the startmsg handler for the message, which is defined as follows:4178 * bool startmsg(MyType* closure) {6125 func *startmsg;6128 startmsg = (func*)upb_handlers_gethandler(s->handlers, UPB_STARTMSG_SELECTOR);6130 if (!startmsg) return true;6132 return startmsg(s->closure, hd);