Searched refs:newNumIndices (Results 1 – 1 of 1) sorted by relevance
202 std::size_t newNumIndices = (one > two) ? one : two + 1; in add() local204 gelem.representation.reserve(newNumIndices); in add()205 for (std::size_t i = m_numIndices; i < newNumIndices; i++) in add()208 m_numIndices = newNumIndices; in add()