Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dcommands.h192 TestonlyMode testonly_mode() const { return testonly_mode_; } in testonly_mode()
233 TestonlyMode testonly_mode_ = TESTONLY_NONE; variable
Dcommands.cc459 testonly_mode_ = TESTONLY_TRUE; in InitFrom()
461 testonly_mode_ = TESTONLY_FALSE; in InitFrom()