Home
last modified time | relevance | path

Searched refs:bind1st (Results 1 – 8 of 8) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dalgorithm.hpp114 if( std::find_if( first2, last2, std::bind1st( pred, *first1 ) ) == last2 ) in find_first_not_of()
164 … while( --it1 != first1 && std::find_if( first2, last2, std::bind1st( pred, *it1 ) ) == last2 ) {} in find_last_of()
166 …return it1 == first1 && std::find_if( first2, last2, std::bind1st( pred, *it1 ) ) == last2 ? last1… in find_last_of()
211 … while( --it1 != first1 && std::find_if( first2, last2, std::bind1st( pred, *it1 ) ) != last2 ) {} in find_last_not_of()
213 …return it1 == first1 && std::find_if( first2, last2, std::bind1st( pred, *it1 ) ) == last2 ? last1… in find_last_not_of()
/ndk/tests/device/test-gnustl-full/unit/
Dbind_test.cpp56 int* p = remove_if((int*)array, (int*)array + 3, bind1st(less<int>(), 2)); in bind1st1()
62 for_each((int*)array, (int*)array + 3, bind1st(pre_increment(), 1)); in bind1st1()
106 transform(array, array + 3, array, bind1st(ptr_fun(test_func1), -1)); in bind2nd3()
/ndk/tests/device/test-stlport/unit/
Dbind_test.cpp56 int* p = remove_if((int*)array, (int*)array + 3, bind1st(less<int>(), 2)); in bind1st1()
62 for_each((int*)array, (int*)array + 3, bind1st(pre_increment(), 1)); in bind1st1()
106 transform(array, array + 3, array, bind1st(ptr_fun(test_func1), -1)); in bind2nd3()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.bind.1st/
Dbind1st.pass.cpp23 assert(std::bind1st(test_func(1), 5)(10.) == -5.); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h217 bind1st(const _Operation& __fn, const _Tp& __x) { in bind1st() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dfunctional243 binder1st<Operation> bind1st(const Operation& op, const T& x);
999 bind1st(const __Operation& __op, const _Tp& __x)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1337 $(call gen-test, depr/depr.lib.binders/depr.lib.bind.1st/bind1st)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1346 $(call gen-test, depr/depr.lib.binders/depr.lib.bind.1st/bind1st)