Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dmatch_flags.hpp52 match_not_null = match_any << 1, /* string can't be null */ enumerator
/third_party/boost/boost/xpressive/
Dregex_constants.hpp128 match_not_null = 1 << 8, ///< Specifies that the expression can not be matched enumerator