Home | History | Annotate | Download | only in Frontend

Lines Matching refs:CatDefCount

3253   int CatDefCount = CategoryImplementation.size();
3259 for (int i = 0; i < CatDefCount; i++)
5581 int CatDefCount = CategoryImplementation.size();
5588 for (int i = 0; i < CatDefCount; i++)
5608 Result += "\tvoid *defs[" + utostr(ClsDefCount + CatDefCount)+ "];\n";
5614 + ", " + utostr(CatDefCount) + "\n";
5621 for (int i = 0; i < CatDefCount; i++) {