Home | History | Annotate | Download | only in gtest

Lines Matching refs:stdout_handle

4125   const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE);
4129 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
4136 SetConsoleTextAttribute(stdout_handle,
4142 SetConsoleTextAttribute(stdout_handle, old_color_attrs);