Searched refs:buf_wcout_sync (Results 1 – 4 of 4) sorted by relevance
50 extern stdio_sync_filebuf<wchar_t> buf_wcout_sync;102 new (&buf_wcout_sync) stdio_sync_filebuf<wchar_t>(stdout); in Init()106 new (&wcout) wostream(&buf_wcout_sync); in Init()173 buf_wcout_sync.~stdio_sync_filebuf<wchar_t>(); in sync_with_stdio()
97 fake_wstdiobuf buf_wcout_sync; variable
52 extern stdio_sync_filebuf<wchar_t> buf_wcout_sync;104 new (&buf_wcout_sync) stdio_sync_filebuf<wchar_t>(stdout); in Init()108 new (&wcout) wostream(&buf_wcout_sync); in Init()175 buf_wcout_sync.~stdio_sync_filebuf<wchar_t>(); in sync_with_stdio()
98 fake_wstdiobuf buf_wcout_sync; variable