Searched refs:scoped_parser (Results 1 – 6 of 6) sorted by relevance
177 template <typename Impl> struct scoped_parser struct179 scoped_parser(Impl const& impl) : impl_(impl) {} in scoped_parser() function205 scoped_parser& operator=(scoped_parser const&);
130 scoped_parser<value_builder_save> save;131 scoped_parser<value_builder_list> list;
41 scoped_parser<cond_phrase_push> scoped_cond_phrase(state); in init_phrase_elements()42 scoped_parser<to_value_scoped_action> to_value(state); in init_phrase_elements()
309 struct set_scoped_value : scoped_parser<set_scoped_value_impl<T, M> >314 : scoped_parser<impl>(impl(l, ptr)) in set_scoped_value()343 scoped_parser<to_value_scoped_action> to_value(state); in init_main()344 scoped_parser<scoped_paragraph> scope_paragraph(state); in init_main()349 scoped_parser<process_element_impl> process_element(local); in init_main()
115 scoped_parser<to_value_scoped_action> to_value(state); in init_doc_info()
48 scoped_parser<to_value_scoped_action> to_value(state); in init_block_elements()