Home
last modified time | relevance | path

Searched refs:attribute_placeholder (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/xpressive/
Dregex_primitives.hpp138 , proto::assign<proto::terminal<attribute_placeholder<proto::_> >, proto::_>
826 proto::terminal<detail::attribute_placeholder<mpl::int_<1> > >::type const a1 = {{}};
827 proto::terminal<detail::attribute_placeholder<mpl::int_<2> > >::type const a2 = {{}};
828 proto::terminal<detail::attribute_placeholder<mpl::int_<3> > >::type const a3 = {{}};
829 proto::terminal<detail::attribute_placeholder<mpl::int_<4> > >::type const a4 = {{}};
830 proto::terminal<detail::attribute_placeholder<mpl::int_<5> > >::type const a5 = {{}};
831 proto::terminal<detail::attribute_placeholder<mpl::int_<6> > >::type const a6 = {{}};
832 proto::terminal<detail::attribute_placeholder<mpl::int_<7> > >::type const a7 = {{}};
833 proto::terminal<detail::attribute_placeholder<mpl::int_<8> > >::type const a8 = {{}};
834 proto::terminal<detail::attribute_placeholder<mpl::int_<9> > >::type const a9 = {{}};
Dxpressive_typeof.hpp67 BOOST_TYPEOF_REGISTER_TEMPLATE(boost::xpressive::detail::attribute_placeholder, (typename))
/third_party/boost/boost/xpressive/detail/static/transforms/
Das_action.hpp68 … , when< proto::assign<terminal<detail::attribute_placeholder<Nbr> >, _>, call<_value(_right)> >
115 when< terminal<detail::attribute_placeholder<_> >, as_read_attr>
141 when< terminal<detail::attribute_placeholder<_> >, attr_nbr>
/third_party/boost/boost/xpressive/detail/static/
Dplaceholders.hpp106 struct attribute_placeholder struct
Dis_pure.hpp101 struct use_simple_repeat_assign<attribute_placeholder<Nbr> >
Dwidth_of.hpp151 struct width_of_assign<Expr, Char, attribute_placeholder<Nbr> >
Dgrammar.hpp331 …, when<proto::assign<terminal<detail::attribute_placeholder<_> >, _>, in_sequence<as_attr_matcher>…
/third_party/boost/boost/xpressive/detail/
Ddetail_fwd.hpp69 struct attribute_placeholder;