Searched refs:endstr (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
H A Dupb.h3567 * bool endstr(MyClosure* c, const MyHandlerData* d) {
5758 func *endstr; local
5761 endstr = (func*)upb_handlers_gethandler(s->handlers, sel);
5763 if (!endstr) return true;
5765 return endstr(s->closure, hd);
H A Dupb.c2321 SETTER(endstr, upb_endfield_handlerfunc*, UPB_HANDLER_ENDSTR)
11219 /* We track the depth so that we know when to emit startstr/endstr on the
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h4263 * bool endstr(MyClosure* c, const MyHandlerData* d) {
6193 func *endstr; local
6196 endstr = (func*)upb_handlers_gethandler(s->handlers, sel);
6198 if (!endstr) return true;
6200 return endstr(s->closure, hd);
H A Dupb.c2474 SETTER(endstr, upb_endfield_handlerfunc*, UPB_HANDLER_ENDSTR)
12017 /* We track the depth so that we know when to emit startstr/endstr on the

Completed in 210 milliseconds