Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc4502 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local
4506 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()
4514 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()
4520 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()