Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
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()
D_function.h217 bind1st(const _Operation& __fn, const _Tp& __x) { in bind1st()
252 bind2nd(const _Operation& __fn, const _Tp& __x) { in bind2nd()
D_rope.c110 char_producer<_CharT>* __fn = __STATIC_CAST(const _RopeFunction*, __leaf)->_M_fn; in _S_setbuf() local
/ndk/sources/cxx-stl/stlport/src/
Dios.cpp183 void ios_base::register_callback(event_callback __fn, int index) { in register_callback()