Lines Matching defs:end
100 static string elemsStr (const IterT& begin, const IterT& end, int wrapLengthParam = 0, int numIndentationSpaces = 0)
105 const int length = (int)std::distance(begin, end);
114 for (IterT it = begin; it != end; ++it)
132 return elemsStr(c.begin(), c.end(), wrapLengthParam, numIndentationSpaces);
165 return c.find(key) != c.end();
1085 const vector<Vec3>::const_iterator first = std::lower_bound(sorted.begin(), sorted.end(), ref, vec3XLessThan);
1086 if (first == sorted.end())
1095 std::sort(result.begin(), result.end(), pred);
1103 std::sort(result.begin(), result.end());
1499 while (aIt != trianglesA.end() || bIt != trianglesB.end())
1501 const bool aEnd = aIt == trianglesA.end();
1502 const bool bEnd = bIt == trianglesB.end();
2091 const int maxNumVertices = (int)std::max_element(caseReferences.begin(), caseReferences.end(), SizeLessThan<vector<Vec3> >())->size();
2276 const int maxNumVertices = 1 + getClampedRoundedTessLevel(m_spacing, *std::max_element(tessLevelCases.begin(), tessLevelCases.end()));
5959 basicIt != glu::BasicTypeIterator::end(&type);
5979 basicIt != glu::BasicTypeIterator::end(&membType);