Searched refs:first_index_to_change (Results 1 – 1 of 1) sorted by relevance
436 size_t first_index_to_change = inout_subset.size() - i; in next_subset() local437 inout_subset[first_index_to_change]++; in next_subset()438 size_t p = inout_subset[first_index_to_change]; in next_subset()439 for (size_t j = first_index_to_change + 1; j < inout_subset.size(); j++) { in next_subset()