Lines Matching refs:haslazyhandlers
7717 static bool haslazyhandlers(const upb_handlers *h, const upb_fielddef *f) {7918 if (type == UPB_TYPE_MESSAGE && !(haslazyhandlers(h, f) && c->lazy)) {