/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/ |
D | placeholders.pass.cpp | 26 test(std::placeholders::_1); in main() 27 test(std::placeholders::_2); in main() 28 test(std::placeholders::_3); in main() 29 test(std::placeholders::_4); in main() 30 test(std::placeholders::_5); in main() 31 test(std::placeholders::_6); in main() 32 test(std::placeholders::_7); in main() 33 test(std::placeholders::_8); in main() 34 test(std::placeholders::_9); in main() 35 test(std::placeholders::_10); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/ |
D | is_placeholder.pass.cpp | 27 test<1>(std::placeholders::_1); in main() 28 test<2>(std::placeholders::_2); in main() 29 test<3>(std::placeholders::_3); in main() 30 test<4>(std::placeholders::_4); in main() 31 test<5>(std::placeholders::_5); in main() 32 test<6>(std::placeholders::_6); in main() 33 test<7>(std::placeholders::_7); in main() 34 test<8>(std::placeholders::_8); in main() 35 test<9>(std::placeholders::_9); in main() 36 test<10>(std::placeholders::_10); in main()
|
D | is_bind_expression.pass.cpp | 28 test<true>(std::bind(C(), std::placeholders::_2)); in main() 31 test<false>(std::placeholders::_2); in main()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | placeholders.hpp | 20 namespace placeholders { namespace 36 namespace placeholders { namespace 49 namespace placeholders { namespace 62 namespace placeholders { namespace 75 namespace placeholders { namespace 88 namespace placeholders { namespace 101 namespace placeholders { namespace
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | placeholders.hpp | 42 # define BOOST_MPL_PREPROCESSED_HEADER placeholders.hpp 62 namespace placeholders { namespace 72 (3,(1, BOOST_MPL_LIMIT_METAFUNCTION_ARITY + 1, <boost/mpl/placeholders.hpp>)) 93 namespace placeholders { namespace
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | bind.cpp | 14 namespace placeholders namespace
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/ |
D | invoke_rvalue.pass.cpp | 45 using namespace std::placeholders; in test_void_1() 151 using namespace std::placeholders; in test_int_1() 219 using namespace std::placeholders; in test_void_2() 256 using namespace std::placeholders; in test_nested()
|
D | nested.pass.cpp | 46 using std::placeholders::_1; in main()
|
D | invoke_lvalue.pass.cpp | 45 using namespace std::placeholders; in test_void_1() 161 using namespace std::placeholders; in test_int_1() 235 using namespace std::placeholders; in test_void_2() 275 using namespace std::placeholders; in test3()
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | functional | 50 #include <boost/bind/placeholders.hpp> 84 namespace placeholders { 94 } // placeholders
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | alloc_F.pass.cpp | 87 std::function<void(int)> fun = std::bind(&Foo::bar, &f, std::placeholders::_1); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | functional | 218 namespace placeholders { 219 // M is the implementation-defined number of placeholders 1826 namespace placeholders 1842 } // placeholders 1845 struct __is_placeholder<placeholders::__ph<_Np> >
|
D | __functional_03 | 1870 namespace placeholders 1886 } // placeholders 1889 struct __is_placeholder<placeholders::__ph<_Np> >
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 5867 \let\hash=##% convert placeholders to macro parameter chars
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 3881 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.place/placeholders)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 3890 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.place/placeholders)
|