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