Searched refs:print_test_stdio_ (Results 1 – 2 of 2) sorted by relevance
1097 print_test_stdio_(AUTO) {} in TestLauncher()1349 if (print_test_stdio_ == AUTO) { in OnTestFinished()1351 } else if (print_test_stdio_ == ALWAYS) { in OnTestFinished()1353 } else if (print_test_stdio_ == NEVER) { in OnTestFinished()1671 print_test_stdio_ = AUTO; in Init()1673 print_test_stdio_ = ALWAYS; in Init()1675 print_test_stdio_ = NEVER; in Init()
314 StdioRedirect print_test_stdio_; variable