Lines Matching defs:startsubmsg
3937 * (for example: the STARTSUBMSG handler for field "field15"). */
4289 /* Sets the startsubmsg handler for the given field, which is defined as
4292 * MySubClosure* startsubmsg(MyClosure* c, const MyHandlerData* d) {
4298 * h->SetStartSubMessageHandler(f, UpbBind(startsubmsg,
4337 /* Equivalent to GetSubHandlers, but takes the STARTSUBMSG selector for the
4339 const Handlers* GetSubHandlers(Selector startsubmsg) const;
4342 * (for example: the STARTSUBMSG handler for field "field15").
6206 func *startsubmsg;
6214 startsubmsg = (func*)upb_handlers_gethandler(s->handlers, sel);
6216 if (!startsubmsg) return true;
6218 sub->closure = startsubmsg(s->closure, hd);