Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dcommand_args.cc167 bool short_only) { in BuildArgJson() argument
178 if (arg.override_value.origin() && !short_only) { in BuildArgJson()
193 if (arg.default_value.origin() && !short_only) { in BuildArgJson()
202 if (!comment.empty() && !short_only) in BuildArgJson()
237 const bool short_only = in ListArgs() local
247 BuildArgJson(list->GetList().back(), arg.first, arg.second, short_only); in ListArgs()
256 if (short_only) { in ListArgs()