Home
last modified time | relevance | path

Searched refs:binder2nd (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/
Dbinder2nd.pass.cpp33 : public std::binder2nd<test_func>
35 typedef std::binder2nd<test_func> base;
37 test() : std::binder2nd<test_func>(test_func(3), 4.5) {} in test()
/ndk/tests/device/test-gnustl-full/unit/
Dmfunptr_test.cpp206 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b(pmf, 2); in find()
212 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b2 = bind2nd( pmf, 2 ); in find()
215 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b3 = bind2nd( mem_fun_ref( &V::f ), 2 ); in find()
Dbind_test.cpp76 replace_if(array, array + 3, binder2nd<greater<int> >(greater<int>(), 2), 4); in bind2nd1()
/ndk/tests/device/test-stlport/unit/
Dmfunptr_test.cpp206 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b(pmf, 2); in find()
212 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b2 = bind2nd( pmf, 2 ); in find()
215 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b3 = bind2nd( mem_fun_ref( &V::f ), 2 ); in find()
Dbind_test.cpp76 replace_if(array, array + 3, binder2nd<greater<int> >(greater<int>(), 2), 4); in bind2nd1()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h223 class binder2nd
240 binder2nd(const _Operation& __x, _ValueParamType __y) in binder2nd() function
251 inline binder2nd<_Operation>
254 return binder2nd<_Operation>(__fn, _Arg2_type(__x)); in bind2nd()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dfunctional246 class binder2nd
254 binder2nd(const Operation& x, const typename Operation::second_argument_type y);
260 binder2nd<Operation> bind2nd(const Operation& op, const T& x);
1003 class _LIBCPP_TYPE_VIS_ONLY binder2nd
1012 binder2nd(const __Operation& __x, const typename __Operation::second_argument_type __y)
1024 binder2nd<__Operation>
1026 {return binder2nd<__Operation>(__op, __x);}
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1349 $(call gen-test, depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1340 $(call gen-test, depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd)