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

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2978 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
2982 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2989 SetConsoleTextAttribute(stdout_handle,
2995 SetConsoleTextAttribute(stdout_handle, old_color_attrs);

Completed in 13 milliseconds