Home
last modified time | relevance | path

Searched defs:handles_container (Results 1 – 25 of 93) sorted by relevance

1234

/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/support/
Dhandles_container.hpp27 struct handles_container : mpl::false_ {}; struct
/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/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
/third_party/boost/libs/spirit/test/x3/
Dutils.hpp27 static bool const handles_container = false; 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
Dlist.hpp220 struct handles_container<karma::list<Left, Right>, Attribute struct
226 struct handles_container<karma::strict_list<Left, Right>, 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
/third_party/boost/boost/spirit/home/x3/operator/
Dplus.hpp22 static bool const handles_container = true; member
Dkleene.hpp22 static bool const handles_container = true; member
Dlist.hpp22 static bool const handles_container = true; member
/third_party/boost/boost/spirit/home/qi/operator/
Dsequence.hpp93 struct handles_container<qi::sequence<Elements>, Attribute, Context struct
Dexpect.hpp86 struct handles_container<qi::expect_operator<Elements>, Attribute, Context struct
/third_party/boost/boost/spirit/home/qi/nonterminal/detail/
Dparameterized.hpp68 struct handles_container<qi::parameterized_nonterminal<Subject, Params> struct
/third_party/boost/boost/spirit/home/qi/
Dreference.hpp62 struct handles_container<qi::reference<Subject>, Attribute, Context struct
/third_party/boost/boost/spirit/home/karma/nonterminal/detail/
Dparameterized.hpp69 struct handles_container<karma::parameterized_nonterminal<Subject, Params> struct

1234