Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dcommands.h144 bool has_quiet() const { return has_quiet_; } in has_quiet()
219 bool has_quiet_ = false; variable
Dcommands.cc393 result.has_quiet_ = cmdline.HasSwitch("a"); in InitFrom()