Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:endstr

4263    *   bool endstr(MyClosure* c, const MyHandlerData* d) {
6193 func *endstr;
6196 endstr = (func*)upb_handlers_gethandler(s->handlers, sel);
6198 if (!endstr) return true;
6200 return endstr(s->closure, hd);