Home
last modified time | relevance | path

Searched refs:stdout_is_tty (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc513 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
4440 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument
4447 return stdout_is_tty; in ShouldUseColor()
4463 return stdout_is_tty && term_supports_color; in ShouldUseColor()