Searched refs:flatSparseIndices (Results 1 – 2 of 2) sorted by relevance
952 const std::vector<ptrdiff_t> flatSparseIndices(getFlattenedSparseIndices());954 [flatSparseIndices{flatSparseIndices}, valueIt{std::move(valueIt)},957 for (unsigned i = 0, e = flatSparseIndices.size(); i != e; ++i)958 if (flatSparseIndices[i] == index)
1641 std::vector<ptrdiff_t> flatSparseIndices; in getFlattenedSparseIndices() local1650 flatSparseIndices.push_back(getFlattenedIndex(indices)); in getFlattenedSparseIndices()1651 return flatSparseIndices; in getFlattenedSparseIndices()1658 flatSparseIndices.push_back(getFlattenedIndex( in getFlattenedSparseIndices()1660 return flatSparseIndices; in getFlattenedSparseIndices()