Searched refs:attribute_placeholder (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/xpressive/ |
D | regex_primitives.hpp | 138 , 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 = {{}};
|
D | xpressive_typeof.hpp | 67 BOOST_TYPEOF_REGISTER_TEMPLATE(boost::xpressive::detail::attribute_placeholder, (typename))
|
/third_party/boost/boost/xpressive/detail/static/transforms/ |
D | as_action.hpp | 68 … , 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/ |
D | placeholders.hpp | 106 struct attribute_placeholder struct
|
D | is_pure.hpp | 101 struct use_simple_repeat_assign<attribute_placeholder<Nbr> >
|
D | width_of.hpp | 151 struct width_of_assign<Expr, Char, attribute_placeholder<Nbr> >
|
D | grammar.hpp | 331 …, when<proto::assign<terminal<detail::attribute_placeholder<_> >, _>, in_sequence<as_attr_matcher>…
|
/third_party/boost/boost/xpressive/detail/ |
D | detail_fwd.hpp | 69 struct attribute_placeholder;
|