Searched refs:print_test_stdio_ (Results 1 – 2 of 2) sorted by relevance
1094 print_test_stdio_(AUTO) {} in TestLauncher()1350 if (print_test_stdio_ == AUTO) { in OnTestFinished()1352 } else if (print_test_stdio_ == ALWAYS) { in OnTestFinished()1354 } else if (print_test_stdio_ == NEVER) { in OnTestFinished()1711 print_test_stdio_ = AUTO; in Init()1713 print_test_stdio_ = ALWAYS; in Init()1715 print_test_stdio_ = NEVER; in Init()
327 StdioRedirect print_test_stdio_; variable