Home
last modified time | relevance | path

Searched defs:parse_into_container_impl (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/spirit/home/x3/core/detail/
Dparse_into_container.hpp220 struct parse_into_container_impl : parse_into_container_base_impl<Parser> {}; struct
235 struct parse_into_container_impl<Parser, Context, RContext, struct
239 static bool call( in call()
249 static bool call( in call()
258 static bool call( in call()
274 static bool call(Parser const& parser in call()
/third_party/boost/boost/spirit/home/x3/operator/detail/
Dalternative.hpp214 struct parse_into_container_impl<alternative<Left, Right>, Context, RContext> struct
216 typedef alternative<Left, Right> parser_type;
219 static bool call( in call()
229 static bool call( in call()
239 static bool call( in call()
Dsequence.hpp359 struct parse_into_container_impl<sequence<Left, Right>, Context, RContext> struct
361 typedef sequence<Left, Right> parser_type;
364 static bool call( in call()
389 static bool call( in call()
399 static bool call( in call()
/third_party/boost/boost/spirit/home/x3/directive/
Dexpect.hpp83 struct parse_into_container_impl<expect_directive<Subject>, Context, RContext> struct
86 static bool call( in call()