Searched refs:__fn (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _messages_facets.h | 63 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.h | 217 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.h | 158 void register_callback(event_callback __fn, int __index);
|
D | _rope.h | 578 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.c | 110 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/ |
D | message_facets.h | 124 catalog do_open(const string& __fn, const locale& __loc) const;
|
D | ios.cpp | 183 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/ |
D | ios | 307 void register_callback(event_callback __fn, int __index);
|