Searched refs:__ios_fn (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_istream.h81 typedef basic_ios<_CharT, _Traits>& (_STLP_CALL *__ios_fn)(basic_ios<_CharT, _Traits>&); typedef in class:basic_istream
97 _Self& operator>> (__ios_fn __f) { __f(*this); return *this; }
H A D_ostream.h75 typedef basic_ios<_CharT, _Traits>& (_STLP_CALL *__ios_fn)(basic_ios<_CharT, _Traits>&); typedef in class:basic_ostream
80 _Self& operator<< (__ios_fn __ff) { __ff(*this); return *this; }

Completed in 46 milliseconds