Home
last modified time | relevance | path

Searched refs:placeholders (Results 1 – 16 of 16) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/
Dplaceholders.pass.cpp26 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/
Dis_placeholder.pass.cpp27 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()
Dis_bind_expression.pass.cpp28 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/
Dplaceholders.hpp20 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/
Dplaceholders.hpp42 # 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/
Dbind.cpp14 namespace placeholders namespace
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
Dinvoke_rvalue.pass.cpp45 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()
Dnested.pass.cpp46 using std::placeholders::_1; in main()
Dinvoke_lvalue.pass.cpp45 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/
Dfunctional50 #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/
Dalloc_F.pass.cpp87 std::function<void(int)> fun = std::bind(&Foo::bar, &f, std::placeholders::_1); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dfunctional218 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_031870 namespace placeholders
1886 } // placeholders
1889 struct __is_placeholder<placeholders::__ph<_Np> >
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex5867 \let\hash=##% convert placeholders to macro parameter chars
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3881 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.place/placeholders)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3890 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.place/placeholders)