Searched refs:mark_tag (Results 1 – 14 of 14) sorted by relevance
/third_party/boost/boost/xpressive/ |
D | regex_primitives.hpp | 539 struct mark_tag struct 540 : proto::extends<detail::basic_mark_tag, mark_tag, detail::regex_domain> 543 typedef proto::extends<detail::basic_mark_tag, mark_tag, detail::regex_domain> base_type; argument 556 mark_tag(int mark_nbr) in mark_tag() function 557 : base_type(mark_tag::make_tag(mark_nbr)) in mark_tag() 569 BOOST_PROTO_EXTENDS_USING_ASSIGN_NON_DEPENDENT(mark_tag) 578 boost::xpressive::mark_tag::proto_base_expr const NAME = {{VALUE}} \ argument
|
D | xpressive_fwd.hpp | 83 struct mark_tag;
|
D | xpressive_typeof.hpp | 38 BOOST_TYPEOF_REGISTER_TYPE(boost::xpressive::detail::mark_tag)
|
/third_party/boost/libs/xpressive/doc/ |
D | named_captures.qbk | 81 mark_tag char_(1); // char_ is now a synonym for s1 84 After a match operation, you can use the `mark_tag` to index into the 88 mark_tag char_(1); 106 mark_tag char_(1);
|
D | xpressive.qbk | 52 [def _mark_tag_ [^[classref boost::xpressive::mark_tag mark_tag]]]
|
D | examples.qbk | 55 Notice in this example how we use custom `mark_tag`s to make the pattern more readable. 56 We can use the `mark_tag`s later to index into the _match_results_. 68 mark_tag day(1), month(2), year(3), delim(4);
|
D | Jamfile.v2 | 16 \"BOOST_XPRESSIVE_GLOBAL_MARK_TAG(x,y)=mark_tag const x(y)\" \\
|
D | actions.qbk | 479 mark_tag month(1), day(2);
|
/third_party/boost/libs/xpressive/test/ |
D | test_assert.cpp | 54 mark_tag month(1), day(2); in test3()
|
D | misc1.cpp | 81 mark_tag name(1), value(2); in test3()
|
D | test_typeof2.cpp | 159 mark_tag month(1), day(2); in test_assert()
|
/third_party/boost/libs/xpressive/example/ |
D | main.cpp | 91 mark_tag day(1), month(2), year(3), delim(4); in example2()
|
/third_party/boost/boost/spirit/home/x3/char/ |
D | unicode.hpp | 38 struct mark_tag {}; struct
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 3510 boost/xpressive/mark_tag.html
|