Searched defs:process_element_impl (Results 1 – 1 of 1) sorted by relevance
161 struct process_element_impl : scoped_action_base struct163 process_element_impl(main_grammar_local& l_) in process_element_impl() function168 bool start() in start()204 bool result(ResultT r, ScannerT const& scan) in result()229 void success(parse_iterator, parse_iterator) in success()233 void failure() { l.element_type = element_info::nothing; } in failure()235 void cleanup() in cleanup()240 main_grammar_local& l;241 element_info info_;242 bool pushed_source_mode_;[all …]