Searched refs:sorted_pools (Results 1 – 1 of 1) sorted by relevance
360 std::vector<const Pool*> sorted_pools(used_pools.begin(), used_pools.end()); in WriteAllPools() local364 std::sort(sorted_pools.begin(), sorted_pools.end(), in WriteAllPools()368 for (const Pool* pool : sorted_pools) { in WriteAllPools()