Searched refs:cout_ptr (Results 1 – 2 of 2) sorted by relevance
89 ostream* cout_ptr = ::new(cout) ostream(::new(__cout) __stdoutbuf<char>(stdout, &mb_cout)); in Init() local98 cin_ptr->tie(cout_ptr); in Init()104 cerr_ptr->tie(cout_ptr); in Init()112 ostream* cout_ptr = reinterpret_cast<ostream*>(cout); in ~Init() local114 cout_ptr->flush(); in ~Init()
115 ostream* cout_ptr = ::new(cout) ostream(::new(__cout) __stdoutbuf<char>(stdout, &mb_cout)); in DoIOSInit() local124 cin_ptr->tie(cout_ptr); in DoIOSInit()130 cerr_ptr->tie(cout_ptr); in DoIOSInit()138 ostream* cout_ptr = reinterpret_cast<ostream*>(cout); in ~DoIOSInit() local140 cout_ptr->flush(); in ~DoIOSInit()