Lines Matching refs:showbase
26181 static const fmtflags showbase = _S_showbase;
26529 showbase(ios_base& __base)
26531 __base.setf(ios_base::showbase);
26539 __base.unsetf(ios_base::showbase);
30035 else if (bool(__flags & ios_base::showbase) && __v)
30277 __io.flags((__flags & __fmt) | (ios_base::hex | ios_base::showbase));
160635 mMessage << std::showbase << std::hex