Home
last modified time | relevance | path

Searched refs:__fn (Results 1 – 8 of 8) 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() argument
64 { return do_open(__fn, __loc); } in open()
76 virtual catalog do_open(const string& __fn, const locale& __loc) const in do_open() argument
96 inline catalog open(const string& __fn, const locale& __loc) const in open() argument
97 { return do_open(__fn, __loc); } in open()
109 virtual catalog do_open(const string& __fn, const locale& __loc) const in do_open() argument
134 virtual catalog do_open(const string& __fn, const locale& __loc) const;
162 virtual catalog do_open(const string& __fn, const locale& __loc) const;
D_function.h217 bind1st(const _Operation& __fn, const _Tp& __x) { in bind1st() argument
219 return binder1st<_Operation>(__fn, _Arg1_type(__x)); in bind1st()
252 bind2nd(const _Operation& __fn, const _Tp& __x) { in bind2nd() argument
254 return binder2nd<_Operation>(__fn, _Arg2_type(__x)); in bind2nd()
D_ios_base.h158 void register_callback(event_callback __fn, int __index);
D_rope.h578 char_producer<_CharT>* __fn =
582 (*__fn)(__start_pos + _M_start, __req_len, __buffer);
1470 rope(char_producer<_CharT> *__fn, size_t __len, bool __delete_fn,
1474 0 : _S_new_RopeFunction(__fn, __len, __delete_fn, __a);
D_rope.c110 char_producer<_CharT>* __fn = __STATIC_CAST(const _RopeFunction*, __leaf)->_M_fn; in _S_setbuf() local
121 (*__fn)(__buf_start_pos - __leaf_pos, __len, __x._M_tmp_buf._M_data); in _S_setbuf()
/ndk/sources/cxx-stl/stlport/src/
Dmessage_facets.h124 catalog do_open(const string& __fn, const locale& __loc) const;
Dios.cpp183 void ios_base::register_callback(event_callback __fn, int index) { in register_callback() argument
189 _M_callbacks[_M_callback_index++] = make_pair(__fn, index); in register_callback()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dios307 void register_callback(event_callback __fn, int __index);