Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dninja_build_writer.cc380 std::vector<std::pair<const Settings*, const Toolchain*>> sorted_settings( in WriteSubninjas() local
382 std::sort(sorted_settings.begin(), sorted_settings.end(), in WriteSubninjas()
397 for (const auto& pair : sorted_settings) { in WriteSubninjas()