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

/external/stlport/stlport/stl/
H A D_istream.h82 typedef ios_base& (_STLP_CALL *__ios_base_fn)(ios_base&); typedef in class:basic_istream
98 _Self& operator>> (__ios_base_fn __f) { __f(*this); return *this; }
H A D_ostream.h76 typedef ios_base& (_STLP_CALL *__ios_base_fn)(ios_base&); typedef in class:basic_ostream
79 _Self & operator<< (__ios_base_fn __f) { __f(*this); return *this; }

Completed in 74 milliseconds