/external/stlport/test/unit/ |
bind_test.cpp | 56 int* p = remove_if((int*)array, (int*)array + 3, bind1st(less<int>(), 2)); 62 for_each((int*)array, (int*)array + 3, bind1st(pre_increment(), 1)); 106 transform(array, array + 3, array, bind1st(ptr_fun(test_func1), -1));
|
/ndk/tests/device/test-gnustl-full/unit/ |
bind_test.cpp | 56 int* p = remove_if((int*)array, (int*)array + 3, bind1st(less<int>(), 2)); 62 for_each((int*)array, (int*)array + 3, bind1st(pre_increment(), 1)); 106 transform(array, array + 3, array, bind1st(ptr_fun(test_func1), -1));
|
/ndk/tests/device/test-stlport/unit/ |
bind_test.cpp | 56 int* p = remove_if((int*)array, (int*)array + 3, bind1st(less<int>(), 2)); 62 for_each((int*)array, (int*)array + 3, bind1st(pre_increment(), 1)); 106 transform(array, array + 3, array, bind1st(ptr_fun(test_func1), -1));
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/ |
binders.h | 74 * The function @c bind1st is provided to save some typing. It takes the 82 * 1.3 from it, and returns the result. (If @c bind1st had been used, 85 * Creator-wrapper functions like @c bind1st are intended to be used in 89 * return value from @c bind1st(std::plus<int>,5). 124 bind1st(const _Operation& __fn, const _Tp& __x) function
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
binders.h | 74 * The function @c bind1st is provided to save some typing. It takes the 82 * 1.3 from it, and returns the result. (If @c bind1st had been used, 85 * Creator-wrapper functions like @c bind1st are intended to be used in 89 * return value from @c bind1st(std::plus<int>,5). 124 bind1st(const _Operation& __fn, const _Tp& __x) function
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
binders.h | 74 * The function @c bind1st is provided to save some typing. It takes the 82 * 1.3 from it, and returns the result. (If @c bind1st had been used, 85 * Creator-wrapper functions like @c bind1st are intended to be used in 89 * return value from @c bind1st(std::plus<int>,5). 124 bind1st(const _Operation& __fn, const _Tp& __x) function
|
/external/stlport/stlport/stl/ |
_function.h | 217 bind1st(const _Operation& __fn, const _Tp& __x) { function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 217 bind1st(const _Operation& __fn, const _Tp& __x) { function
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 217 bind1st(const _Operation& __fn, const _Tp& __x) { function
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 217 bind1st(const _Operation& __fn, const _Tp& __x) { function
|
/external/clang/lib/Sema/ |
Sema.cpp | 443 std::bind1st(std::ptr_fun(ShouldRemoveFromUnused), [all...] |
/external/clang/lib/Serialization/ |
ASTWriter.cpp | [all...] |
ASTReader.cpp | [all...] |