Home | History | Annotate | Download | only in googletest

Lines Matching full:stdout_handle

2612   const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE);
2616 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2623 SetConsoleTextAttribute(stdout_handle,
2629 SetConsoleTextAttribute(stdout_handle, old_color_attrs);