Home
last modified time | relevance | path

Searched refs:handles_container (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/boost/boost/spirit/home/support/
Dhandles_container.hpp27 struct handles_container : mpl::false_ {}; struct
32 : handles_container<Subject, Attribute, Context, Iterator> {};
38 handles_container<Left, Attribute, Context, Iterator>
39 , handles_container<Right, Attribute, Context, Iterator> >
48 Elements, handles_container<mpl::_, Attribute
/third_party/boost/boost/spirit/home/x3/directive/
Dskip.hpp24 static bool const handles_container = Subject::handles_container; member
63 static bool const handles_container = Subject::handles_container; member
Dno_case.hpp23 static bool const handles_container = Subject::handles_container; member
Dseek.hpp20 static bool const handles_container = Subject::handles_container; member
Dno_skip.hpp27 static bool const handles_container = Subject::handles_container; member
Dlexeme.hpp24 static bool const handles_container = Subject::handles_container; member
Draw.hpp28 static bool const handles_container = Subject::handles_container; member
Dconfix.hpp23 static bool const handles_container = Subject::handles_container; member
Dwith.hpp46 static bool const handles_container = Subject::handles_container; member
/third_party/boost/boost/spirit/home/x3/support/traits/
Dhandles_container.hpp23 struct handles_container : mpl::bool_<Component::handles_container> {}; struct
/third_party/boost/boost/spirit/home/qi/
Dreference.hpp62 struct handles_container<qi::reference<Subject>, Attribute, Context struct
64 : handles_container<typename remove_const<Subject>::type
/third_party/boost/boost/spirit/home/karma/nonterminal/detail/
Dparameterized.hpp69 struct handles_container<karma::parameterized_nonterminal<Subject, Params> struct
71 : handles_container<typename remove_const<Subject>::type
/third_party/boost/boost/spirit/home/qi/nonterminal/detail/
Dparameterized.hpp68 struct handles_container<qi::parameterized_nonterminal<Subject, Params> struct
70 : handles_container<typename remove_const<Subject>::type
/third_party/boost/boost/spirit/home/lex/
Dreference.hpp78 struct handles_container<lex::reference<Subject, IdType> struct
80 : handles_container<
/third_party/boost/boost/spirit/home/karma/
Dreference.hpp84 struct handles_container<karma::reference<Subject>, Attribute struct
86 : handles_container<typename remove_const<Subject>::type, Attribute
/third_party/boost/boost/spirit/home/x3/operator/
Ddifference.hpp20 static bool const handles_container = Left::handles_container; member
/third_party/boost/boost/spirit/home/qi/auxiliary/
Dlazy.hpp274 struct handles_container< struct
276 : handles_container<
284 struct handles_container< struct
287 : handles_container<
/third_party/boost/boost/spirit/home/x3/auxiliary/
Dattr.hpp55 static bool const handles_container = member
89 static bool const handles_container = true; member
/third_party/boost/boost/spirit/home/karma/operator/
Dkleene.hpp198 struct handles_container<karma::kleene<Subject>, Attribute struct
204 struct handles_container<karma::strict_kleene<Subject>, Attribute struct
Dalternative.hpp198 struct handles_container<karma::alternative<Elements> struct
204 struct handles_container<karma::strict_alternative<Elements> struct
Dplus.hpp216 struct handles_container<karma::plus<Subject>, Attribute struct
222 struct handles_container<karma::strict_plus<Subject>, Attribute struct
/third_party/boost/boost/spirit/home/karma/directive/
Ddelimit.hpp189 struct handles_container<karma::redelimit_generator<Subject>, Attribute struct
195 struct handles_container<karma::delimit_generator<Subject, Delimiter> struct
/third_party/boost/boost/spirit/home/qi/directive/
Dskip.hpp191 struct handles_container<qi::reskip_parser<Subject>, Attribute struct
197 struct handles_container<qi::skip_parser<Subject, Skipper>, Attribute struct
/third_party/boost/boost/spirit/home/lex/qi/
Dplain_tokenid.hpp232 struct handles_container<qi::plain_tokenid<Idtype>, Attr, Context, Iterator> struct
237 struct handles_container<qi::plain_tokenid_range<Idtype>, Attr, Context, Iterator> struct
Dplain_token.hpp232 struct handles_container<qi::plain_token<Idtype>, Attr, Context, Iterator> struct
237 struct handles_container<qi::plain_token_range<Idtype>, Attr, Context, Iterator> struct

1234