Home | History | Annotate | Download | only in aapt

Lines Matching defs:depth

414 static String8 make_prefix(int depth)
418 for (i=0; i<depth; i++) {
450 int depth = 0;
452 String8 prefix = make_prefix(depth);
466 depth++;
467 prefix = make_prefix(depth);
502 depth--;
516 depth++;
518 depth--;
529 prefix = make_prefix(depth);
535 prefix = make_prefix(depth);