Home
last modified time | relevance | path

Searched defs:__fn (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/c++/stlport/stl/
H A D_messages_facets.h63 catalog open(const string& __fn, const locale& __loc) const in open()
76 virtual catalog do_open(const string& __fn, const locale& __loc) const in do_open()
96 inline catalog open(const string& __fn, const locale& __loc) const in open()
109 virtual catalog do_open(const string& __fn, const locale& __loc) const in do_open()
H A D_function.h217 bind1st(const _Operation& __fn, const _Tp& __x) { in bind1st()
252 bind2nd(const _Operation& __fn, const _Tp& __x) { in bind2nd()
H A D_rope.c110 char_producer<_CharT>* __fn = __STATIC_CAST(const _RopeFunction*, __leaf)->_M_fn; in _S_setbuf() local
/reactos/sdk/lib/3rdparty/stlport/src/
H A Dios.cpp181 void ios_base::register_callback(event_callback __fn, int index) { in register_callback()