Searched refs:__ios_base (Results 1 – 2 of 2) sorted by relevance
147 typedef typename __ostream_type::ios_base __ios_base; in operator <<() typedef149 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<()151 __os.flags(__ios_base::dec | __ios_base::fixed | __ios_base::left); in operator <<()168 typedef typename __istream_type::ios_base __ios_base; in operator >>() typedef170 const typename __ios_base::fmtflags __flags = __is.flags(); in operator >>()171 __is.flags(__ios_base::dec); in operator >>()277 typedef typename __ostream_type::ios_base __ios_base; in operator <<() typedef279 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<()282 __os.flags(__ios_base::dec | __ios_base::fixed | __ios_base::left); in operator <<()304 typedef typename __istream_type::ios_base __ios_base; in operator >>() typedef[all …]
50 typedef typename __ostream_type::ios_base __ios_base; in _GLIBCXX_BEGIN_NAMESPACE() typedef54 __out.setstate(__ios_base::badbit); in _GLIBCXX_BEGIN_NAMESPACE()62 typedef typename __ostream_type::ios_base __ios_base; in __ostream_fill() typedef70 __out.setstate(__ios_base::badbit); in __ostream_fill()82 typedef typename __ostream_type::ios_base __ios_base; in __ostream_insert() typedef93 & __ios_base::adjustfield) in __ostream_insert()94 == __ios_base::left); in __ostream_insert()107 { __out._M_setstate(__ios_base::badbit); } in __ostream_insert()