Searched refs:stdout_is_tty (Results 1 – 2 of 2) sorted by relevance
115 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
2559 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument2566 return stdout_is_tty; in ShouldUseColor()2578 return stdout_is_tty && term_supports_color; in ShouldUseColor()