Home
last modified time | relevance | path

Searched refs:beginClassIndex (Results 1 – 1 of 1) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrObject.cpp1243 for (size_t beginClassIndex : boost::irange(classesPerJob, numClasses, classesPerJob)) { in buildBigMethodMatrix() local
1244 size_t endClassIndex = std::min(beginClassIndex + classesPerJob, numClasses); in buildBigMethodMatrix()
1247 numSelectors, beginClassIndex, endClassIndex); in buildBigMethodMatrix()
1250 beginClassIndex, endClassIndex); in buildBigMethodMatrix()