/prebuilt/linux-x86/toolchain/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));
|
/prebuilt/ndk/android-ndk-r5/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));
|
/prebuilt/ndk/android-ndk-r6/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));
|
/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 );
|
bind_test.cpp | 76 replace_if(array, array + 3, binder2nd<greater<int> >(greater<int>(), 2), 4);
|
/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 );
|
bind_test.cpp | 76 replace_if(array, array + 3, binder2nd<greater<int> >(greater<int>(), 2), 4);
|
/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 );
|
bind_test.cpp | 76 replace_if(array, array + 3, binder2nd<greater<int> >(greater<int>(), 2), 4);
|
/external/stlport/stlport/stl/ |
_function.h | 223 class binder2nd class in inherits:unary_function 240 binder2nd(const _Operation& __x, _ValueParamType __y) function in class:binder2nd 251 inline binder2nd<_Operation> 254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 223 class binder2nd class in inherits:unary_function 240 binder2nd(const _Operation& __x, _ValueParamType __y) function in class:binder2nd 251 inline binder2nd<_Operation> 254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 223 class binder2nd class in inherits:unary_function 240 binder2nd(const _Operation& __x, _ValueParamType __y) function in class:binder2nd 251 inline binder2nd<_Operation> 254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 223 class binder2nd class in inherits:unary_function 240 binder2nd(const _Operation& __x, _ValueParamType __y) function in class:binder2nd 251 inline binder2nd<_Operation> 254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
base.h | 220 * @brief Similar to std::binder2nd, but giving the argument types 225 class binder2nd class in namespace:__gnu_parallel 233 binder2nd(const _Operation& __x, function in class:__gnu_parallel::binder2nd
|
quicksort.h | 82 __gnu_parallel::binder2nd<Comparator, value_type, value_type, bool>
|
balanced_quicksort.h | 131 __gnu_parallel::binder2nd<Comparator, value_type, value_type, bool> 281 __gnu_parallel::binder2nd
|
partition.h | 363 // XXX binder2nd only for RandomAccessIterators?? 364 __gnu_parallel::binder2nd<Comparator, value_type, value_type, bool>
|
algo.h | 152 binder2nd<__gnu_parallel::equal_to<value_type, const T&> > [all...] |