Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest.cc3301 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local
3305 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()
3313 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()
3319 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()