Lines Matching defs:stdio_sync_filebuf
44 struct stdio_sync_filebuf : public basic_streambuf {
50 template<> void stdio_sync_filebuf<int[1]>::xsgetn() {
52 template<> void stdio_sync_filebuf<int[2]>::xsgetn() {
54 template<> void stdio_sync_filebuf<int[3]>::xsgetn() {
56 template<> void stdio_sync_filebuf<int[4]>::xsgetn() {
58 extern template class stdio_sync_filebuf<int[2]>;
61 template class stdio_sync_filebuf<int[3]>;
62 stdio_sync_filebuf<int[4]> implicit_instantiation;
70 struct stdio_sync_filebuf : public basic_streambuf {
75 template<> void stdio_sync_filebuf<wchar_t>::xsgetn();