Home
last modified time | relevance | path

Searched refs:save_subexpression_location (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/regex/v4/
Dregbase.hpp87 save_subexpression_location = 1 << 23, // save subexpression locations enumerator
146 save_subexpression_location = ::boost::regbase::save_subexpression_location, enumerator
Dbasic_regex_parser.hpp475 if(this->flags() & regbase::save_subexpression_location) in parse_open_paren()
478 if(this->flags() & regbase::save_subexpression_location) in parse_open_paren()
540 if(markid && (this->flags() & regbase::save_subexpression_location)) in parse_open_paren()
543 if(markid && (this->flags() & regbase::save_subexpression_location)) in parse_open_paren()
2446 if(this->flags() & regbase::save_subexpression_location) in parse_perl_extension()
2449 if(this->flags() & regbase::save_subexpression_location) in parse_perl_extension()
2725 if(this->flags() & regbase::save_subexpression_location) in parse_perl_extension()
2728 if(this->flags() & regbase::save_subexpression_location) in parse_perl_extension()
/third_party/boost/libs/regex/doc/
Dsyntax_option_type.qbk46 static const syntax_option_type save_subexpression_location;
156 [[save_subexpression_location][No][When set then the locations of individual
236 [[save_subexpression_location][No][When set then the locations of individual
304 [[save_subexpression_location][No][When set then the locations of individual
Dbasic_regex.qbk449 [syntax_option_type] save_subexpression_location set. Argument
/third_party/boost/libs/regex/test/regress/
Dtest_regex_search.hpp501 if((syntax_options & boost::regbase::save_subexpression_location) == 0) in test()
518 r.assign(expression, syntax_options | boost::regbase::save_subexpression_location); in test()