Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Dmain_grammar.cpp161 struct process_element_impl : scoped_action_base struct
163 process_element_impl(main_grammar_local& l_) in process_element_impl() function
168 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 …]