Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dscheduler.cc158 suppress_output_for_testing_ = suppress; in SuppressOutputForTesting()
168 if (!suppress_output_for_testing_) in FailWithErrorOnMainThread()
Dscheduler.h136 bool suppress_output_for_testing_ = false; variable