Searched refs:stdout_is_tty (Results 1 – 2 of 2) sorted by relevance
93 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
3238 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument3246 return stdout_is_tty; in ShouldUseColor()3260 return stdout_is_tty && term_supports_color; in ShouldUseColor()