Home
last modified time | relevance | path

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

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