Searched refs:_and_impl (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/proto/detail/preprocessed/ |
D | and_n.hpp | 20 struct _and_impl<proto::and_<G0 , G1>, Expr, State, Data> struct 26 typename _and_impl::expr_param e in operator ()() argument 27 , typename _and_impl::state_param s in operator ()() 28 , typename _and_impl::data_param d in operator ()() 54 struct _and_impl<proto::and_<G0 , G1 , G2>, Expr, State, Data> struct 60 typename _and_impl::expr_param e in operator ()() argument 61 , typename _and_impl::state_param s in operator ()() 62 , typename _and_impl::data_param d in operator ()() 88 struct _and_impl<proto::and_<G0 , G1 , G2 , G3>, Expr, State, Data> struct 94 typename _and_impl::expr_param e in operator ()() argument [all …]
|
/third_party/boost/boost/proto/detail/ |
D | and_n.hpp | 59 struct _and_impl<proto::and_<BOOST_PP_ENUM_PARAMS(N, G)>, Expr, State, Data> struct 74 typename _and_impl::expr_param e in operator ()() argument 75 , typename _and_impl::state_param s in operator ()() 76 , typename _and_impl::data_param d in operator ()()
|
/third_party/boost/boost/proto/ |
D | matches.hpp | 66 struct _and_impl; 589 struct _and_impl<proto::and_<>, Expr, State, Data> 594 struct _and_impl<proto::and_<G0>, Expr, State, Data> struct 782 : detail::_and_impl<and_, Expr, State, Data>
|