Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcolorprint.cc136 CONSOLE_SCREEN_BUFFER_INFO buffer_info; in ColorPrintf() local
137 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColorPrintf()
138 const WORD old_color_attrs = buffer_info.wAttributes; in ColorPrintf()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcolorprint.cc136 CONSOLE_SCREEN_BUFFER_INFO buffer_info; in ColorPrintf() local
137 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColorPrintf()
138 const WORD old_color_attrs = buffer_info.wAttributes; in ColorPrintf()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3054 CONSOLE_SCREEN_BUFFER_INFO buffer_info; in ColoredPrintf() local
3055 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()
3056 const WORD old_color_attrs = buffer_info.wAttributes; in ColoredPrintf()