Home
last modified time | relevance | path

Searched refs:bk_vbar (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/regex/v4/
Dregbase.hpp73 bk_vbar = 1 << 11, // use \| for alternatives enumerator
96 emacs = basic_syntax_group | collate | emacs_ex | bk_vbar,
138 bk_vbar = ::boost::regbase::bk_vbar, enumerator
Dbasic_regex_parser.hpp609 if(this->flags() & regbase::bk_vbar) in parse_basic_escape()
/third_party/boost/libs/regex/test/regress/
Dtest_alt.cpp47 TEST_REGEX_SEARCH("a|", basic|bk_vbar, "a|", match_default, make_array(0, 2, -2, -2)); in test_alt()
48 TEST_REGEX_SEARCH("a\\|b", basic|bk_vbar, "a", match_default, make_array(0, 1, -2, -2)); in test_alt()
49 TEST_REGEX_SEARCH("a\\|b", basic|bk_vbar, "b", match_default, make_array(0, 1, -2, -2)); in test_alt()
Dtest_deprecated.cpp46 … if(opts & (regbase::no_char_classes|regbase::no_intervals|regbase::bk_plus_qm|regbase::bk_vbar)) in get_posix_compile_options()
/third_party/boost/libs/xpressive/doc/
Dregexpp_diffs.qbk34 `bk_refs`, `bk_vbar`, `use_except`, `failbit`, `literal`, `perlex`, `basic`, `extended`, `emacs`,
/third_party/boost/libs/regex/doc/
Dbasic_regex.qbk99 static const regex_constants::``[syntax_option_type]`` bk_vbar
100 = regex_constants::bk_vbar
257 static const regex_constants::``[syntax_option_type]`` bk_vbar
258 = regex_constants::bk_vbar
Dsyntax_option_type.qbk64 static const syntax_option_type bk_vbar;
301 [[bk_vbar][No][When set then `\|` acts as the alternation operator.]]