/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.lib.binders/depr.lib.binder.2nd/ |
binder2nd.pass.cpp | 13 // class binder2nd 20 // binder2nd(const Fn& x, const typename Fn::second_argument_type& y); 33 : public std::binder2nd<test_func> 35 typedef std::binder2nd<test_func> base; 37 test() : std::binder2nd<test_func>(test_func(3), 4.5) {}
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/ |
binders.h | 78 * The type @c binder2nd and its creator function @c bind2nd do the same 132 class binder2nd class in inherits:unary_function 141 binder2nd(const _Operation& __x, function in class:binder2nd 158 inline binder2nd<_Operation> 162 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
backward_warning.h | 48 <functional>, bind <functional>, binder2nd
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/ |
binders.h | 81 * The type @c binder2nd and its creator function @c bind2nd do the same 135 class binder2nd class in inherits:unary_function 144 binder2nd(const _Operation& __x, function in class:binder2nd 161 inline binder2nd<_Operation> 165 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
backward_warning.h | 53 <functional>, bind <functional>, binder2nd
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/ |
binders.h | 81 * The type @c binder2nd and its creator function @c bind2nd do the same 135 class binder2nd class in inherits:unary_function 144 binder2nd(const _Operation& __x, function in class:binder2nd 161 inline binder2nd<_Operation> 165 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
backward_warning.h | 53 <functional>, bind <functional>, binder2nd
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
binders.h | 78 * The type @c binder2nd and its creator function @c bind2nd do the same 132 class binder2nd class in inherits:unary_function 141 binder2nd(const _Operation& __x, function in class:binder2nd 158 inline binder2nd<_Operation> 162 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
backward_warning.h | 48 <functional>, bind <functional>, binder2nd
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
binders.h | 78 * The type @c binder2nd and its creator function @c bind2nd do the same 132 class binder2nd class in inherits:unary_function 141 binder2nd(const _Operation& __x, function in class:binder2nd 158 inline binder2nd<_Operation> 162 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
backward_warning.h | 48 <functional>, bind <functional>, binder2nd
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/ |
binders.h | 78 * The type @c binder2nd and its creator function @c bind2nd do the same 132 class binder2nd class in inherits:unary_function 141 binder2nd(const _Operation& __x, function in class:binder2nd 158 inline binder2nd<_Operation> 162 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
backward_warning.h | 48 <functional>, bind <functional>, binder2nd
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/ |
binders.h | 78 * The type @c binder2nd and its creator function @c bind2nd do the same 132 class binder2nd class in inherits:unary_function 141 binder2nd(const _Operation& __x, function in class:binder2nd 158 inline binder2nd<_Operation> 162 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
backward_warning.h | 48 <functional>, bind <functional>, binder2nd
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/ |
binders.h | 81 * The type @c binder2nd and its creator function @c bind2nd do the same 135 class binder2nd class in inherits:unary_function 144 binder2nd(const _Operation& __x, function in class:binder2nd 161 inline binder2nd<_Operation> 165 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
backward_warning.h | 53 <functional>, bind <functional>, binder2nd
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.lib.binders/depr.lib.bind.2nd/ |
bind2nd.pass.cpp | 13 // binder2nd<Fn>
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/ |
binders.h | 81 * The type @c binder2nd and its creator function @c bind2nd do the same 140 class binder2nd class in inherits:unary_function 149 binder2nd(const _Operation& __x, function in class:binder2nd 166 inline binder2nd<_Operation> 170 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
backward_warning.h | 53 <functional>, bind <functional>, binder2nd
|
/external/stlport/test/unit/ |
mfunptr_test.cpp | 206 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b(pmf, 2); 212 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b2 = bind2nd( pmf, 2 ); 215 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b3 = bind2nd( mem_fun_ref( &V::f ), 2 );
|
/ndk/tests/device/test-gnustl-full/unit/ |
mfunptr_test.cpp | 206 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b(pmf, 2); 212 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b2 = bind2nd( pmf, 2 ); 215 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b3 = bind2nd( mem_fun_ref( &V::f ), 2 );
|
/ndk/tests/device/test-stlport/unit/ |
mfunptr_test.cpp | 206 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b(pmf, 2); 212 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b2 = bind2nd( pmf, 2 ); 215 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b3 = bind2nd( mem_fun_ref( &V::f ), 2 );
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.lib.binders/depr.lib.binder.1st/ |
binder1st.pass.cpp | 20 // binder2nd(const Fn& x, const typename Fn::second_argument_type& y);
|
/external/eigen/Eigen/src/plugins/ |
ArrayCwiseUnaryOps.h | 190 inline const CwiseUnaryOp<std::binder2nd<FUNCTOR<Scalar> >, const Derived> \ 192 return CwiseUnaryOp<std::binder2nd<FUNCTOR<Scalar> >, const Derived> \
|