/ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/negators/ |
binary_negate.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, bool>, F>::value), "");
|
/external/stlport/stlport/stl/ |
_function.h | 44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> { 49 struct greater : public binary_function<_Tp, _Tp, bool> { 54 struct greater_equal : public binary_function<_Tp, _Tp, bool> { 59 struct less_equal : public binary_function<_Tp, _Tp, bool> { 64 struct divides : public binary_function<_Tp, _Tp, _Tp> { 69 struct modulus : public binary_function<_Tp, _Tp, _Tp> { 79 struct logical_and : public binary_function<_Tp, _Tp, bool> { 84 struct logical_or : public binary_function<_Tp, _Tp,bool> { 160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type), 163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> { 49 struct greater : public binary_function<_Tp, _Tp, bool> { 54 struct greater_equal : public binary_function<_Tp, _Tp, bool> { 59 struct less_equal : public binary_function<_Tp, _Tp, bool> { 64 struct divides : public binary_function<_Tp, _Tp, _Tp> { 69 struct modulus : public binary_function<_Tp, _Tp, _Tp> { 79 struct logical_and : public binary_function<_Tp, _Tp, bool> { 84 struct logical_or : public binary_function<_Tp, _Tp,bool> { 160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type), 163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> { 49 struct greater : public binary_function<_Tp, _Tp, bool> { 54 struct greater_equal : public binary_function<_Tp, _Tp, bool> { 59 struct less_equal : public binary_function<_Tp, _Tp, bool> { 64 struct divides : public binary_function<_Tp, _Tp, _Tp> { 69 struct modulus : public binary_function<_Tp, _Tp, _Tp> { 79 struct logical_and : public binary_function<_Tp, _Tp, bool> { 84 struct logical_or : public binary_function<_Tp, _Tp,bool> { 160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type), 163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> { 49 struct greater : public binary_function<_Tp, _Tp, bool> { 54 struct greater_equal : public binary_function<_Tp, _Tp, bool> { 59 struct less_equal : public binary_function<_Tp, _Tp, bool> { 64 struct divides : public binary_function<_Tp, _Tp, _Tp> { 69 struct modulus : public binary_function<_Tp, _Tp, _Tp> { 79 struct logical_and : public binary_function<_Tp, _Tp, bool> { 84 struct logical_or : public binary_function<_Tp, _Tp,bool> { 160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type), 163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> { 49 struct greater : public binary_function<_Tp, _Tp, bool> { 54 struct greater_equal : public binary_function<_Tp, _Tp, bool> { 59 struct less_equal : public binary_function<_Tp, _Tp, bool> { 64 struct divides : public binary_function<_Tp, _Tp, _Tp> { 69 struct modulus : public binary_function<_Tp, _Tp, _Tp> { 79 struct logical_and : public binary_function<_Tp, _Tp, bool> { 84 struct logical_or : public binary_function<_Tp, _Tp,bool> { 160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type), 163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> { 49 struct greater : public binary_function<_Tp, _Tp, bool> { 54 struct greater_equal : public binary_function<_Tp, _Tp, bool> { 59 struct less_equal : public binary_function<_Tp, _Tp, bool> { 64 struct divides : public binary_function<_Tp, _Tp, _Tp> { 69 struct modulus : public binary_function<_Tp, _Tp, _Tp> { 79 struct logical_and : public binary_function<_Tp, _Tp, bool> { 84 struct logical_or : public binary_function<_Tp, _Tp,bool> { 160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type), 163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type) [all...] |
/external/stlport/test/unit/ |
bind_test.cpp | 37 class pre_increment : public binary_function<int, int, int> { 43 class post_increment : public binary_function<int, int, int> {
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/ |
owner_less.pass.cpp | 16 // : binary_function<shared_ptr<T>, shared_ptr<T>, bool> 26 // : binary_function<weak_ptr<T>, weak_ptr<T>, bool>
|
/ndk/tests/device/test-gnustl-full/unit/ |
bind_test.cpp | 37 class pre_increment : public binary_function<int, int, int> { 43 class post_increment : public binary_function<int, int, int> {
|
/ndk/tests/device/test-stlport/unit/ |
bind_test.cpp | 37 class pre_increment : public binary_function<int, int, int> { 43 class post_increment : public binary_function<int, int, int> {
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/ |
const_mem_fun1_ref_t.pass.cpp | 29 static_assert((std::is_base_of<std::binary_function<A, unsigned, double>, F>::value), "");
|
const_mem_fun1_t.pass.cpp | 29 static_assert((std::is_base_of<std::binary_function<const A*, unsigned, double>, F>::value), "");
|
mem_fun1_ref_t.pass.cpp | 29 static_assert((std::is_base_of<std::binary_function<A, int, short>, F>::value), "");
|
mem_fun1_t.pass.cpp | 29 static_assert((std::is_base_of<std::binary_function<A*, int, short>, F>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/bitwise.operations/ |
bit_and.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, int>, F>::value), "");
|
bit_or.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, int>, F>::value), "");
|
bit_xor.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, int>, F>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
__functional_base_03 | 39 static binary_function<_A1, _A2, _Rp> 40 __test(const volatile binary_function<_A1, _A2, _Rp>*); 157 : public binary_function<_A1, _A2, _Rp> 163 : public binary_function<_A1, _A2, _Rp> 169 : public binary_function<_A1, _A2, _Rp> 175 : public binary_function<_Cp*, _A1, _Rp> 181 : public binary_function<const _Cp*, _A1, _Rp> 187 : public binary_function<volatile _Cp*, _A1, _Rp> 193 : public binary_function<const volatile _Cp*, _A1, _Rp>
|
/external/clang/test/CodeGenCXX/ |
debug-info-use-after-free.cpp | 157 typename > struct binary_function; 161 binary_function <
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
functional | 224 /// Determines if the type _Tp derives from binary_function. 230 static __one __test(const volatile binary_function<_T1, _T2, _Res>*); 297 * Knowing which of unary_function and binary_function _Tp derives 304 // Not a unary_function or binary_function, so try a weak result type. 310 // unary_function but not binary_function 317 // binary_function but not unary_function 320 : binary_function<typename _Tp::first_argument_type, 325 // Both unary_function and binary_function. Import result_type to 331 binary_function<typename _Tp::first_argument_type, 339 * Derives from unary_function or binary_function when i [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
functional | 243 /// Determines if the type _Tp derives from binary_function. 249 static __one __test(const volatile binary_function<_T1, _T2, _Res>*); 316 * Knowing which of unary_function and binary_function _Tp derives 323 // Not a unary_function or binary_function, so try a weak result type. 329 // unary_function but not binary_function 336 // binary_function but not unary_function 339 : binary_function<typename _Tp::first_argument_type, 344 // Both unary_function and binary_function. Import result_type to 350 binary_function<typename _Tp::first_argument_type, 358 * Derives from unary_function or binary_function when i [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
functional | 243 /// Determines if the type _Tp derives from binary_function. 249 static __one __test(const volatile binary_function<_T1, _T2, _Res>*); 316 * Knowing which of unary_function and binary_function _Tp derives 323 // Not a unary_function or binary_function, so try a weak result type. 329 // unary_function but not binary_function 336 // binary_function but not unary_function 339 : binary_function<typename _Tp::first_argument_type, 344 // Both unary_function and binary_function. Import result_type to 350 binary_function<typename _Tp::first_argument_type, 358 * Derives from unary_function or binary_function when i [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
functional | 224 /// Determines if the type _Tp derives from binary_function. 230 static __one __test(const volatile binary_function<_T1, _T2, _Res>*); 297 * Knowing which of unary_function and binary_function _Tp derives 304 // Not a unary_function or binary_function, so try a weak result type. 310 // unary_function but not binary_function 317 // binary_function but not unary_function 320 : binary_function<typename _Tp::first_argument_type, 325 // Both unary_function and binary_function. Import result_type to 331 binary_function<typename _Tp::first_argument_type, 339 * Derives from unary_function or binary_function when i [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
functional | 224 /// Determines if the type _Tp derives from binary_function. 230 static __one __test(const volatile binary_function<_T1, _T2, _Res>*); 297 * Knowing which of unary_function and binary_function _Tp derives 304 // Not a unary_function or binary_function, so try a weak result type. 310 // unary_function but not binary_function 317 // binary_function but not unary_function 320 : binary_function<typename _Tp::first_argument_type, 325 // Both unary_function and binary_function. Import result_type to 331 binary_function<typename _Tp::first_argument_type, 339 * Derives from unary_function or binary_function when i [all...] |