Home
last modified time | relevance | path

Searched defs:match_not_eol (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/regex/v4/
Dmatch_flags.hpp42 match_not_eol = match_not_bol << 1, /* last is not end of line */ enumerator
/third_party/boost/boost/xpressive/
Dregex_constants.hpp116 match_not_eol = 1 << 2, ///< Specifies that the expression "\$" should not be enumerator