Searched refs:print_test_stdio_ (Results 1 – 2 of 2) sorted by relevance
1098 print_test_stdio_(AUTO) {} in TestLauncher()1354 if (print_test_stdio_ == AUTO) { in OnTestFinished()1356 } else if (print_test_stdio_ == ALWAYS) { in OnTestFinished()1358 } else if (print_test_stdio_ == NEVER) { in OnTestFinished()1715 print_test_stdio_ = AUTO; in Init()1717 print_test_stdio_ = ALWAYS; in Init()1719 print_test_stdio_ = NEVER; in Init()
327 StdioRedirect print_test_stdio_; variable