HomeSort by relevance Sort by last modified time
    Searched full:__ios_base_fn (Results 1 - 4 of 4) sorted by null

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.h 82 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; }
_ostream.h 76 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; }
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_istream.h 82 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; }
_ostream.h 76 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 443 milliseconds