Searched refs:__ios_base_fn (Results 1 – 2 of 2) sorted by relevance
82 typedef ios_base& (_STLP_CALL *__ios_base_fn)(ios_base&); typedef98 _Self& operator>> (__ios_base_fn __f) { __f(*this); return *this; }
76 typedef ios_base& (_STLP_CALL *__ios_base_fn)(ios_base&); typedef79 _Self & operator<< (__ios_base_fn __f) { __f(*this); return *this; }