OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ios_fn
(Results
1 - 2
of
2
) sorted by null
/external/stlport/stlport/stl/
_istream.h
81
typedef basic_ios<_CharT, _Traits>& (_STLP_CALL *
__ios_fn
)(basic_ios<_CharT, _Traits>&);
typedef in class:basic_istream
97
_Self& operator>> (
__ios_fn
__f) { __f(*this); return *this; }
_ostream.h
75
typedef basic_ios<_CharT, _Traits>& (_STLP_CALL *
__ios_fn
)(basic_ios<_CharT, _Traits>&);
typedef in class:basic_ostream
80
_Self& operator<< (
__ios_fn
__ff) { __ff(*this); return *this; }
Completed in 252 milliseconds