Home
last modified time | relevance | path

Searched refs:sorted_pools (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/gn/
Dninja_build_writer.cc360 std::vector<const Pool*> sorted_pools(used_pools.begin(), used_pools.end()); in WriteAllPools() local
364 std::sort(sorted_pools.begin(), sorted_pools.end(), in WriteAllPools()
368 for (const Pool* pool : sorted_pools) { in WriteAllPools()