Searched refs:State (Results 1 - 11 of 11) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
H A Dfold_impl.hpp20 , typename State
28 , typename State
31 struct fold_impl< 0,First,Last,State,ForwardOp >
34 typedef State state0;
42 , typename State
45 struct fold_impl< 1,First,Last,State,ForwardOp >
48 typedef State state0;
60 , typename State
63 struct fold_impl< 2,First,Last,State,ForwardOp >
66 typedef State state
[all...]
H A Diter_fold_impl.hpp20 , typename State
28 , typename State
31 struct iter_fold_impl< 0,First,Last,State,ForwardOp >
34 typedef State state0;
42 , typename State
45 struct iter_fold_impl< 1,First,Last,State,ForwardOp >
48 typedef State state0;
60 , typename State
63 struct iter_fold_impl< 2,First,Last,State,ForwardOp >
66 typedef State state
[all...]
H A Diter_fold_if_impl.hpp15 template< typename Iterator, typename State >
18 typedef State state;
27 , typename State
33 typedef typename apply2< StateOp,State,Iterator >::type state;
43 , typename State
49 typedef State state;
56 , typename State
62 typedef typename apply2< Predicate,State,Iterator >::type not_last;
65 >::template result_< Iterator,State,ForwardOp, mpl::next<Iterator> > impl_;
73 , typename State
[all...]
H A Dreverse_fold_impl.hpp20 , typename State
29 , typename State
33 struct reverse_fold_impl< 0,First,Last,State,BackwardOp,ForwardOp >
36 typedef State fwd_state0;
45 , typename State
49 struct reverse_fold_impl< 1,First,Last,State,BackwardOp,ForwardOp >
52 typedef State fwd_state0;
66 , typename State
70 struct reverse_fold_impl< 2,First,Last,State,BackwardOp,ForwardOp >
73 typedef State fwd_state
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
H A Diter_fold_if_impl.hpp45 template< typename Iterator, typename State >
48 typedef State state;
57 , typename State
63 typedef typename apply2<StateOp,State,Iterator>::type state;
73 , typename State
79 typedef State state;
89 , typename State
95 typedef typename apply2<Predicate,State,Iterator>::type not_last;
98 >::template result_< Iterator,State,ForwardOp,mpl::next<Iterator> > impl_;
106 , typename State
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
H A Dfold.hpp28 , typename BOOST_MPL_AUX_NA_PARAM(State)
37 , State
41 BOOST_MPL_AUX_LAMBDA_SUPPORT(3,fold,(Sequence,State,ForwardOp))
H A Diter_fold.hpp29 , typename BOOST_MPL_AUX_NA_PARAM(State)
38 , State
42 BOOST_MPL_AUX_LAMBDA_SUPPORT(3,iter_fold,(Sequence,State,ForwardOp))
H A Dreverse_fold.hpp28 , typename BOOST_MPL_AUX_NA_PARAM(State)
38 , State
43 BOOST_MPL_AUX_LAMBDA_SUPPORT(3,reverse_fold,(Sequence,State,BackwardOp))
H A Diter_fold_if.hpp40 template< typename State, typename Iterator > struct apply
61 , typename BOOST_MPL_AUX_NA_PARAM(State)
87 , State
109 , (Sequence,State,ForwardOp,ForwardPredicate,BackwardOp,BackwardPredicate)
/ndk/tests/device/test-gnustl-full/unit/
H A Dstack_allocator.h18 struct State { struct
30 State(){} function in struct:State
33 State(char *beg, char *end) function in struct:State
37 State(const State& other) function in struct:State
71 const State& getState() const { return m_state; }
77 StackAllocator(const State& state)
167 State m_state;
/ndk/tests/device/test-stlport/unit/
H A Dstack_allocator.h18 struct State { struct
30 State(){} function in struct:State
33 State(char *beg, char *end) function in struct:State
37 State(const State& other) function in struct:State
71 const State& getState() const { return m_state; }
77 StackAllocator(const State& state)
167 State m_state;

Completed in 85 milliseconds