Searched refs:buf_cout_sync (Results 1 – 4 of 4) sorted by relevance
41 extern stdio_sync_filebuf<char> buf_cout_sync;85 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout); in Init()91 new (&cout) ostream(&buf_cout_sync); in Init()168 buf_cout_sync.~stdio_sync_filebuf<char>(); in sync_with_stdio()
84 fake_stdiobuf buf_cout_sync; variable
43 extern stdio_sync_filebuf<char> buf_cout_sync;87 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout); in Init()93 new (&cout) ostream(&buf_cout_sync); in Init()170 buf_cout_sync.~stdio_sync_filebuf<char>(); in sync_with_stdio()
85 fake_stdiobuf buf_cout_sync; variable