Home | History | Annotate | Download | only in server

Lines Matching defs:subtypeCount

1528                 final int subtypeCount = subtypes.size();
1529 if (subtypeCount == 0) {
1532 for (int j = 0; j < subtypeCount; ++j) {
1773 final int subtypeCount = info.getSubtypeCount();
1774 if (subtypeCount <= 0) {
1779 if (subtypeId >= 0 && subtypeId < subtypeCount) {