Lines Matching refs:depth
304 int depth;
415 if (--d->depth < 0) decode_err(d);
420 d->depth++;
426 if (--d->depth < 0) decode_err(d);
430 d->depth++;
720 state.depth = 64;
8102 int depth;
8336 if (e->depth++ == 0) {
8346 if (--e->depth == 0) {
8501 e->depth = 0;
12415 /* We track the depth so that we know when to emit startstr/endstr on the
12421 * frame depth.
12423 * Why max_depth * 2? UPB_MAX_HANDLER_DEPTH counts depth as nested messages.