Searched refs:checkstart (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 2220 bool checkstart(upb_handlers *h, const upb_fielddef *f, upb_handlertype_t type, in checkstart() function 2413 if (!checkstart(h, f, UPB_HANDLER_STARTSEQ, s)) in upb_handlers_freeze() 2418 if (!checkstart(h, f, UPB_HANDLER_STARTSTR, s)) in upb_handlers_freeze()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 2367 bool checkstart(upb_handlers *h, const upb_fielddef *f, upb_handlertype_t type, in checkstart() function 2566 if (!checkstart(h, f, UPB_HANDLER_STARTSEQ, s)) in upb_handlers_freeze() 2571 if (!checkstart(h, f, UPB_HANDLER_STARTSTR, s)) in upb_handlers_freeze()
|