/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.lib.binders/depr.lib.binder.1st/ |
binder1st.pass.cpp | 13 // class binder1st 33 : public std::binder1st<test_func> 35 typedef std::binder1st<test_func> base; 37 test() : std::binder1st<test_func>(test_func(2), 30) {}
|
/external/eigen/Eigen/src/plugins/ |
MatrixCwiseUnaryOps.h | 62 inline const CwiseUnaryOp<std::binder1st<std::equal_to<Scalar> >, const Derived> 65 return CwiseUnaryOp<std::binder1st<std::equal_to<Scalar> >,const Derived>
|
/prebuilts/gcc/linux-x86/host/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));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/ |
binders.h | 70 * For example, a variable @c B of type @c binder1st is constructed 79 * @c binder1st. 91 * @c std::binder1st<std::plus<int>> for declaring a variable to hold the 100 class binder1st class in inherits:unary_function 109 binder1st(const _Operation& __x, function in class:binder1st 126 inline binder1st<_Operation> 130 return binder1st<_Operation>(__fn, _Arg1_type(__x));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/ |
binders.h | 70 * For example, a variable @c B of type @c binder1st is constructed 79 * @c binder1st. 91 * @c std::binder1st<std::plus<int>> for declaring a variable to hold the 100 class binder1st class in inherits:unary_function 109 binder1st(const _Operation& __x, function in class:binder1st 126 inline binder1st<_Operation> 130 return binder1st<_Operation>(__fn, _Arg1_type(__x));
|
/prebuilts/ndk/5/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));
|
/prebuilts/ndk/6/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));
|
/prebuilts/ndk/7/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));
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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));
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/ |
binders.h | 70 * For example, a variable @c B of type @c binder1st is constructed 79 * @c binder1st. 91 * @c std::binder1st<std::plus<int>> for declaring a variable to hold the 100 class binder1st class in inherits:unary_function 109 binder1st(const _Operation& __x, function in class:binder1st 126 inline binder1st<_Operation> 130 return binder1st<_Operation>(__fn, _Arg1_type(__x));
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/ |
binders.h | 70 * For example, a variable @c B of type @c binder1st is constructed 79 * @c binder1st. 91 * @c std::binder1st<std::plus<int>> for declaring a variable to hold the 105 class binder1st class in inherits:unary_function 114 binder1st(const _Operation& __x, function in class:binder1st 131 inline binder1st<_Operation> 135 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));
|
/prebuilts/ndk/5/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));
|
/prebuilts/ndk/6/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));
|
/prebuilts/ndk/7/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));
|
/prebuilts/ndk/8/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));
|
/prebuilts/gcc/linux-x86/host/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
|
/external/eigen/Eigen/src/Core/ |
Functors.h | [all...] |