Home
last modified time | relevance | path

Searched refs:mark_tag (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/xpressive/
Dregex_primitives.hpp539 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
Dxpressive_fwd.hpp83 struct mark_tag;
Dxpressive_typeof.hpp38 BOOST_TYPEOF_REGISTER_TYPE(boost::xpressive::detail::mark_tag)
/third_party/boost/libs/xpressive/doc/
Dnamed_captures.qbk81 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);
Dxpressive.qbk52 [def _mark_tag_ [^[classref boost::xpressive::mark_tag mark_tag]]]
Dexamples.qbk55 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);
DJamfile.v216 \"BOOST_XPRESSIVE_GLOBAL_MARK_TAG(x,y)=mark_tag const x(y)\" \\
Dactions.qbk479 mark_tag month(1), day(2);
/third_party/boost/libs/xpressive/test/
Dtest_assert.cpp54 mark_tag month(1), day(2); in test3()
Dmisc1.cpp81 mark_tag name(1), value(2); in test3()
Dtest_typeof2.cpp159 mark_tag month(1), day(2); in test_assert()
/third_party/boost/libs/xpressive/example/
Dmain.cpp91 mark_tag day(1), month(2), year(3), delim(4); in example2()
/third_party/boost/boost/spirit/home/x3/char/
Dunicode.hpp38 struct mark_tag {}; struct
/third_party/boost/doc/html/
Ddoc_HTML.manifest3510 boost/xpressive/mark_tag.html