HomeSort by relevance Sort by last modified time
    Searched refs:sorted_args (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gn/
command_args.cc 126 std::map<base::StringPiece, Value> sorted_args; local
133 sorted_args.insert(*i);
143 sorted_args.insert(*found_arg);
148 for (std::map<base::StringPiece, Value>::iterator i = sorted_args.begin();
149 i != sorted_args.end(); ++i) {
159 for (std::map<base::StringPiece, Value>::iterator i = sorted_args.begin();
160 i != sorted_args.end(); ++i) {
  /external/chromium_org/tools/site_compare/
command_line.py 478 sorted_args = self.args[:]
479 sorted_args.sort(self.SortArgs())
482 " ".join([arg.GetUsageString() for arg in sorted_args]), width,
488 sorted_args = self.args[:]
489 sorted_args.sort(self.SortArgs())
491 return "\n".join([arg.GetHelpString(width) for arg in sorted_args])

Completed in 326 milliseconds