/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/ |
binders.h | 132 bind1st(const _Operation& __fn, const _Tp& __x) 135 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 167 bind2nd(const _Operation& __fn, const _Tp& __x) 170 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/ |
binders.h | 132 bind1st(const _Operation& __fn, const _Tp& __x) 135 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 167 bind2nd(const _Operation& __fn, const _Tp& __x) 170 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/ |
binders.h | 131 bind1st(const _Operation& __fn, const _Tp& __x) 134 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 166 bind2nd(const _Operation& __fn, const _Tp& __x) 169 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/ |
binders.h | 131 bind1st(const _Operation& __fn, const _Tp& __x) 134 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 166 bind2nd(const _Operation& __fn, const _Tp& __x) 169 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/external/stlport/src/ |
message_facets.h | 124 catalog do_open(const string& __fn, const locale& __loc) const;
|
ios.cpp | 181 void ios_base::register_callback(event_callback __fn, int index) { 187 _M_callbacks[_M_callback_index++] = make_pair(__fn, index);
|
/external/stlport/stlport/stl/ |
_function.h | 217 bind1st(const _Operation& __fn, const _Tp& __x) { 219 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 252 bind2nd(const _Operation& __fn, const _Tp& __x) { 254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/ndk/sources/cxx-stl/stlport/src/ |
message_facets.h | 124 catalog do_open(const string& __fn, const locale& __loc) const;
|
ios.cpp | 183 void ios_base::register_callback(event_callback __fn, int index) { 189 _M_callbacks[_M_callback_index++] = make_pair(__fn, index);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 217 bind1st(const _Operation& __fn, const _Tp& __x) { 219 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 252 bind2nd(const _Operation& __fn, const _Tp& __x) { 254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_ios.i | 98 register_callback(event_callback __fn, int __index);
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 217 bind1st(const _Operation& __fn, const _Tp& __x) { 219 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 252 bind2nd(const _Operation& __fn, const _Tp& __x) { 254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 217 bind1st(const _Operation& __fn, const _Tp& __x) { 219 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 252 bind2nd(const _Operation& __fn, const _Tp& __x) { 254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 217 bind1st(const _Operation& __fn, const _Tp& __x) { 219 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 252 bind2nd(const _Operation& __fn, const _Tp& __x) { 254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 217 bind1st(const _Operation& __fn, const _Tp& __x) { 219 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 252 bind2nd(const _Operation& __fn, const _Tp& __x) { 254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_function.h | 217 bind1st(const _Operation& __fn, const _Tp& __x) { 219 return binder1st<_Operation>(__fn, _Arg1_type(__x)); 252 bind2nd(const _Operation& __fn, const _Tp& __x) { 254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ios_base.h | 447 * @brief Add the callback __fn with parameter __index. 448 * @param __fn The function to add. 457 register_callback(event_callback __fn, int __index); 481 _Callback_list(ios_base::event_callback __fn, int __index, 483 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ios_base.h | 447 * @brief Add the callback __fn with parameter __index. 448 * @param __fn The function to add. 457 register_callback(event_callback __fn, int __index); 481 _Callback_list(ios_base::event_callback __fn, int __index, 483 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ios_base.h | 447 * @brief Add the callback __fn with parameter __index. 448 * @param __fn The function to add. 457 register_callback(event_callback __fn, int __index); 481 _Callback_list(ios_base::event_callback __fn, int __index, 483 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
ios_base.h | 447 * @brief Add the callback __fn with parameter __index. 448 * @param __fn The function to add. 457 register_callback(event_callback __fn, int __index); 481 _Callback_list(ios_base::event_callback __fn, int __index, 483 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
sched.h | 80 extern int clone (int (*__fn) (void *__arg), void *__child_stack,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
sched.h | 80 extern int clone (int (*__fn) (void *__arg), void *__child_stack,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
ios_base.h | 441 * @brief Add the callback __fn with parameter __index. 442 * @param __fn The function to add. 451 register_callback(event_callback __fn, int __index); 470 _Callback_list(ios_base::event_callback __fn, int __index, 472 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
ios_base.h | 439 * @brief Add the callback __fn with parameter __index. 440 * @param __fn The function to add. 449 register_callback(event_callback __fn, int __index); 468 _Callback_list(ios_base::event_callback __fn, int __index, 470 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
ios_base.h | 439 * @brief Add the callback __fn with parameter __index. 440 * @param __fn The function to add. 449 register_callback(event_callback __fn, int __index); 468 _Callback_list(ios_base::event_callback __fn, int __index, 470 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
|