/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/ |
binders.h | 68 * example, a variable @c B of type @c binder1st is constructed from a 76 * @c binder1st. 88 * @c std::binder1st<std::plus<int>> for declaring a variable to hold the 97 class binder1st class in inherits:unary_function 106 binder1st(const _Operation& __x, function in class:binder1st 123 inline binder1st<_Operation> 127 return binder1st<_Operation>(__fn, _Arg1_type(__x));
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
binders.h | 68 * example, a variable @c B of type @c binder1st is constructed from a 76 * @c binder1st. 88 * @c std::binder1st<std::plus<int>> for declaring a variable to hold the 97 class binder1st class in inherits:unary_function 106 binder1st(const _Operation& __x, function in class:binder1st 123 inline binder1st<_Operation> 127 return binder1st<_Operation>(__fn, _Arg1_type(__x));
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
binders.h | 68 * example, a variable @c B of type @c binder1st is constructed from a 76 * @c binder1st. 88 * @c std::binder1st<std::plus<int>> for declaring a variable to hold the 97 class binder1st class in inherits:unary_function 106 binder1st(const _Operation& __x, function in class:binder1st 123 inline binder1st<_Operation> 127 return binder1st<_Operation>(__fn, _Arg1_type(__x));
|
/external/stlport/stlport/stl/ |
_function.h | 188 class binder1st : class in inherits:unary_function 205 binder1st(const _Operation& __x, _ValueParamType __y) function in class:binder1st 216 inline binder1st<_Operation> 219 return binder1st<_Operation>(__fn, _Arg1_type(__x));
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 188 class binder1st : class in inherits:unary_function 205 binder1st(const _Operation& __x, _ValueParamType __y) function in class:binder1st 216 inline binder1st<_Operation> 219 return binder1st<_Operation>(__fn, _Arg1_type(__x));
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 188 class binder1st : class in inherits:unary_function 205 binder1st(const _Operation& __x, _ValueParamType __y) function in class:binder1st 216 inline binder1st<_Operation> 219 return binder1st<_Operation>(__fn, _Arg1_type(__x));
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 188 class binder1st : class in inherits:unary_function 205 binder1st(const _Operation& __x, _ValueParamType __y) function in class:binder1st 216 inline binder1st<_Operation> 219 return binder1st<_Operation>(__fn, _Arg1_type(__x));
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
base.h | 174 /** @brief Similar to std::binder1st, 192 /** @brief Similar to std::binder1st, 196 class binder1st class in namespace:__gnu_parallel 204 binder1st(const _Operation& __x, function in class:__gnu_parallel::binder1st
|
partition.h | 386 binder1st<Comparator, value_type, value_type, bool>, value_type> 387 pred(__gnu_parallel::binder1st<Comparator, value_type,
|
balanced_quicksort.h | 304 __gnu_parallel::unary_negate<__gnu_parallel::binder1st 306 pred(__gnu_parallel::binder1st
|