Home | History | Annotate | Download | only in gtest

Lines Matching full:stdout_handle

2255   const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE);
2259 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2262 SetConsoleTextAttribute(stdout_handle,
2267 SetConsoleTextAttribute(stdout_handle, old_color_attrs);