Lines Matching full:numobjects
530 int numObjects = lastIndex - firstIndex + 1;547 if (numObjects > 0) {549 if (mObjectsCapacity < mObjectsSize + numObjects) {550 size_t newSize = ((mObjectsSize + numObjects)*3)/2;