Lines Matching defs:depth
319 int depth;
464 if (--d->depth < 0) decode_err(d);
469 d->depth++;
475 if (--d->depth < 0) decode_err(d);
479 d->depth++;
777 state.depth = 64;
5823 bool _upb_msg_discardunknown(upb_msg *msg, const upb_msgdef *m, int depth) {
5829 if (--depth == 0) return false;
5846 if (!_upb_msg_discardunknown((upb_msg*)map_val.msg_val, val_m, depth)) {
5855 if (!_upb_msg_discardunknown((upb_msg*)elem.msg_val, subm, depth)) {
5860 if (!_upb_msg_discardunknown((upb_msg*)val.msg_val, subm, depth)) {
6011 int depth;
6147 if (--d->depth < 0) {
6168 d->depth++;
6182 d->depth++;
7400 d.depth = 64;