/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | eval_if.hpp | 29 , typename BOOST_MPL_AUX_NA_PARAM(F2) 37 typedef typename if_<C,F1,F2>::type f_; 40 : if_<C,F1,F2>::type 43 BOOST_MPL_AUX_LAMBDA_SUPPORT(3,eval_if,(C,F1,F2)) 51 , typename F2 59 typedef typename if_c<C,F1,F2>::type f_; 62 : if_c<C,F1,F2>::type
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/ |
D | plus.pass.cpp | 25 typedef std::plus<> F2; in main() typedef 26 const F2 f2 = F2(); in main()
|
D | negate.pass.cpp | 25 typedef std::negate<> F2; in main() typedef 26 const F2 f2 = F2(); in main()
|
D | minus.pass.cpp | 25 typedef std::minus<> F2; in main() typedef 26 const F2 f2 = F2(); in main()
|
D | multiplies.pass.cpp | 25 typedef std::multiplies<> F2; in main() typedef 26 const F2 f2 = F2(); in main()
|
D | divides.pass.cpp | 25 typedef std::divides<> F2; in main() typedef 26 const F2 f2 = F2(); in main()
|
D | modulus.pass.cpp | 25 typedef std::modulus<> F2; in main() typedef 26 const F2 f2 = F2(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/ |
D | equal_to.pass.cpp | 26 typedef std::equal_to<> F2; in main() typedef 27 const F2 f2 = F2(); in main()
|
D | not_equal_to.pass.cpp | 26 typedef std::not_equal_to<> F2; in main() typedef 27 const F2 f2 = F2(); in main()
|
D | less_equal.pass.cpp | 27 typedef std::less_equal<> F2; in main() typedef 28 const F2 f2 = F2(); in main()
|
D | less.pass.cpp | 27 typedef std::less<> F2; in main() typedef 28 const F2 f2 = F2(); in main()
|
D | greater_equal.pass.cpp | 27 typedef std::greater_equal<> F2; in main() typedef 28 const F2 f2 = F2(); in main()
|
D | greater.pass.cpp | 27 typedef std::greater<> F2; in main() typedef 28 const F2 f2 = F2(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/ |
D | logical_not.pass.cpp | 26 typedef std::logical_not<> F2; in main() typedef 27 const F2 f2 = F2(); in main()
|
D | logical_or.pass.cpp | 28 typedef std::logical_or<> F2; in main() typedef 29 const F2 f2 = F2(); in main()
|
D | logical_and.pass.cpp | 28 typedef std::logical_and<> F2; in main() typedef 29 const F2 f2 = F2(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/ |
D | bit_not.pass.cpp | 29 typedef std::bit_not<> F2; in main() typedef 30 const F2 f2 = F2(); in main()
|
D | bit_and.pass.cpp | 29 typedef std::bit_and<> F2; in main() typedef 30 const F2 f2 = F2(); in main()
|
D | bit_xor.pass.cpp | 29 typedef std::bit_xor<> F2; in main() typedef 30 const F2 f2 = F2(); in main()
|
D | bit_or.pass.cpp | 29 typedef std::bit_or<> F2; in main() typedef 30 const F2 f2 = F2(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/ |
D | get_monthname_wide.pass.cpp | 36 typedef std::time_put_byname<wchar_t, wchar_t*> F2; typedef 38 : public F2 42 : F2(nm, refs) {} in my_facet2()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/ |
D | bind.hpp | 151 template<class F2> static inline F2 & unwrap( reference_wrapper<F2> rf, int ) in unwrap()
|