reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1478 typename __istream_type::sentry __cerb(__in, false); 1487 const streamsize __w = __in.width(); 1490 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); 1492 __int_type __c = __in.rdbuf()->sgetc(); 1506 __c = __in.rdbuf()->snextc(); 1512 __in.width(0); 1516 __in._M_setstate(__ios_base::badbit); 1524 __in._M_setstate(__ios_base::badbit); 1531 __in.setstate(__err); 1532 return __in;