Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_istream.h82 typedef ios_base& (_STLP_CALL *__ios_base_fn)(ios_base&); typedef
98 _Self& operator>> (__ios_base_fn __f) { __f(*this); return *this; }
D_ostream.h76 typedef ios_base& (_STLP_CALL *__ios_base_fn)(ios_base&); typedef
79 _Self & operator<< (__ios_base_fn __f) { __f(*this); return *this; }