Home
last modified time | relevance | path

Searched refs:html_tag (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/spirit/classic/example/fundamental/
Dcomments.cpp146 rule<> open_tag, html_tag, close_tag, body_text; in main() local
160 html_tag = in main()
166 result = parse (pTag, html_tag); in main()
/third_party/boost/libs/flyweight/example/
Dhtml.cpp67 typedef flyweight<html_tag_data> html_tag; typedef
83 html_tag tag;
134 typedef std::vector<html_tag> html_context_data;
274 html_tag dummy2;