Searched defs:parse_into_container_impl (Results 1 – 4 of 4) sorted by relevance
| /third_party/boost/boost/spirit/home/x3/core/detail/ |
| D | parse_into_container.hpp | 220 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/ |
| D | alternative.hpp | 214 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()
|
| D | sequence.hpp | 359 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/ |
| D | expect.hpp | 83 struct parse_into_container_impl<expect_directive<Subject>, Context, RContext> struct 86 static bool call( in call()
|