Home
last modified time | relevance | path

Searched refs:is_na (Results 1 – 5 of 5) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
Dna_assert.hpp25 BOOST_MPL_ASSERT_NOT((boost::mpl::is_na<type>)) \
30 BOOST_STATIC_ASSERT(!boost::mpl::is_na<x>::value) \
Dna.hpp25 struct is_na struct
34 struct is_na<na> struct
Dinserter_algorithm.hpp120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
Dnumeric_op.hpp213 is_na<N3>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Diter_fold_if.hpp74 is_na<BackwardPredicate>
75 , if_< is_na<BackwardOp>, always<false_>, always<true_> >