Searched refs:endstr (Results 1 - 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
H A D | upb.h | 3567 * 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 D | upb.c | 2321 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 D | upb.h | 4263 * 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 D | upb.c | 2474 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