Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc3322 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local
3326 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()
3334 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()
3340 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()