/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | sequence_tag.hpp | 34 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 38 typedef typename Sequence::tag type; 50 template< typename Sequence > struct result_ 52 typedef typename Sequence::tag type; 59 template< typename Sequence > struct result_ 68 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 71 : aux::sequence_tag_impl< !aux::is_msvc_eti_arg<Sequence>::value > 72 ::template result_<Sequence> 85 template< typename Sequence > struct result2_; 91 template< typename Sequence > struct result2_ \ [all …]
|
D | push_back.hpp | 26 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 30 : push_back_impl< typename sequence_tag<Sequence>::type > 31 ::template apply< Sequence,T > 33 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,push_back,(Sequence,T)) 38 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 41 : has_push_back_impl< typename sequence_tag<Sequence>::type > 42 ::template apply< Sequence > 44 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,has_push_back,(Sequence))
|
D | push_front.hpp | 26 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 30 : push_front_impl< typename sequence_tag<Sequence>::type > 31 ::template apply< Sequence,T > 33 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,push_front,(Sequence,T)) 38 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 41 : has_push_front_impl< typename sequence_tag<Sequence>::type > 42 ::template apply< Sequence > 44 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,has_push_front,(Sequence))
|
D | begin_end.hpp | 29 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 33 typedef typename sequence_tag<Sequence>::type tag_; 35 ::template apply< Sequence >::type type; 37 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,begin,(Sequence)) 41 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 45 typedef typename sequence_tag<Sequence>::type tag_; 47 ::template apply< Sequence >::type type; 49 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,end,(Sequence))
|
D | at.hpp | 28 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 32 : at_impl< typename sequence_tag<Sequence>::type > 33 ::template apply< Sequence,N > 35 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,at,(Sequence,N)) 39 typename Sequence 43 : at_impl< typename sequence_tag<Sequence>::type > 44 ::template apply< Sequence,mpl::long_<N> >
|
D | remove_if.hpp | 33 template< typename Sequence, typename U > struct apply 37 , identity<Sequence> 38 , apply2<InsertOp,Sequence,U> 44 typename Sequence 50 Sequence 61 typename Sequence 67 Sequence
|
D | for_each.hpp | 88 typename Sequence 93 void for_each(F f, Sequence* = 0, TransformOp* = 0) in for_each() argument 95 BOOST_MPL_ASSERT(( is_sequence<Sequence> )); in for_each() 97 typedef typename begin<Sequence>::type first; in for_each() 98 typedef typename end<Sequence>::type last; in for_each() 105 typename Sequence 109 void for_each(F f, Sequence* = 0) in for_each() argument 111 for_each<Sequence, identity<> >(f); in for_each()
|
D | fold.hpp | 27 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 34 ::boost::mpl::O1_size<Sequence>::value 35 , typename begin<Sequence>::type 36 , typename end<Sequence>::type 41 BOOST_MPL_AUX_LAMBDA_SUPPORT(3,fold,(Sequence,State,ForwardOp))
|
D | iter_fold.hpp | 28 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 35 ::boost::mpl::O1_size<Sequence>::value 36 , typename begin<Sequence>::type 37 , typename end<Sequence>::type 42 BOOST_MPL_AUX_LAMBDA_SUPPORT(3,iter_fold,(Sequence,State,ForwardOp))
|
D | reverse_fold.hpp | 27 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 35 ::boost::mpl::O1_size<Sequence>::value 36 , typename begin<Sequence>::type 37 , typename end<Sequence>::type 43 BOOST_MPL_AUX_LAMBDA_SUPPORT(3,reverse_fold,(Sequence,State,BackwardOp))
|
D | O1_size.hpp | 27 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 30 : O1_size_impl< typename sequence_tag<Sequence>::type > 31 ::template apply< Sequence > 33 BOOST_MPL_AUX_LAMBDA_SUPPORT(1, O1_size, (Sequence))
|
D | clear.hpp | 26 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 29 : clear_impl< typename sequence_tag<Sequence>::type > 30 ::template apply< Sequence > 32 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,clear,(Sequence))
|
D | contains.hpp | 27 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 31 : contains_impl< typename sequence_tag<Sequence>::type > 32 ::template apply< Sequence,T > 34 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,contains,(Sequence,T))
|
D | size.hpp | 27 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 31 typename size_impl< typename sequence_tag<Sequence>::type > 32 ::template apply< Sequence >::type 35 BOOST_MPL_AUX_LAMBDA_SUPPORT(1, size, (Sequence))
|
D | find.hpp | 25 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 29 : find_if< Sequence,same_as<T> > 31 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,find,(Sequence,T))
|
D | find_if.hpp | 29 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 35 Sequence 43 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,find_if,(Sequence,Predicate))
|
D | iter_fold_if.hpp | 60 typename BOOST_MPL_AUX_NA_PARAM(Sequence) 70 typedef typename begin<Sequence>::type first_; 71 typedef typename end<Sequence>::type last_; 109 , (Sequence,State,ForwardOp,ForwardPredicate,BackwardOp,BackwardPredicate)
|
D | front_inserter.hpp | 24 typename Sequence 27 : inserter< Sequence,push_front<> >
|
D | back_inserter.hpp | 25 typename Sequence 28 : inserter< Sequence,push_back<> >
|
D | inserter.hpp | 21 typename Sequence 26 typedef Sequence state;
|
D | begin_end_fwd.hpp | 22 template< typename Sequence > struct begin; 23 template< typename Sequence > struct end;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
D | begin_end_impl.hpp | 31 template< typename Sequence > 34 typedef typename Sequence::begin type; 36 template< typename Sequence > 39 typedef typename Sequence::end type; 51 template< typename Sequence > struct apply 53 typedef typename eval_if<aux::has_begin<Sequence, true_>, 54 aux::begin_type<Sequence>, void_>::type type; 61 template< typename Sequence > struct apply 63 typedef typename eval_if<aux::has_begin<Sequence, true_>, 64 aux::end_type<Sequence>, void_>::type type; [all …]
|
D | O1_size_impl.hpp | 36 template< typename Sequence > struct O1_size_impl 37 : Sequence::size 45 template< typename Sequence > struct apply 48 aux::has_size<Sequence> 49 , aux::O1_size_impl<Sequence> 56 aux::has_size<Sequence> 57 , aux::O1_size_impl<Sequence> 63 aux::has_size<Sequence> 64 , aux::O1_size_impl<Sequence> 77 template< typename Sequence > struct apply
|
D | contains_impl.hpp | 33 template< typename Sequence, typename T > struct apply 36 typename find<Sequence,T>::type 37 , typename end<Sequence>::type 43 typename find<Sequence,T>::type 44 , typename end<Sequence>::type 49 typename find<Sequence,T>::type 50 , typename end<Sequence>::type
|
D | size_impl.hpp | 31 template< typename Sequence > struct apply 34 typename begin<Sequence>::type 35 , typename end<Sequence>::type 41 typename begin<Sequence>::type 42 , typename end<Sequence>::type
|