Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dsetup.h85 void set_fill_arguments(bool fa) { fill_arguments_ = fa; } in set_fill_arguments()
198 bool fill_arguments_ = true; variable
Dsetup.cc419 if (fill_arguments_) { in DoSetupWithErr()