Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dcommands.h187 enum TestonlyMode { enum
192 TestonlyMode testonly_mode() const { return testonly_mode_; } in testonly_mode()
233 TestonlyMode testonly_mode_ = TESTONLY_NONE;
Dcommands.cc154 CommandSwitches::TestonlyMode testonly_mode = in ApplyTestonlyFilter()