Home
last modified time | relevance | path

Searched refs:REG_E_MEMORY (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/
Dregex.h90 using boost::REG_E_MEMORY;
/third_party/boost/libs/regex/src/
Dposix_api.cpp87 return REG_E_MEMORY; in regcompA()
Dwide_posix_api.cpp97 return REG_E_MEMORY; in regcompW()
/third_party/boost/boost/regex/v4/
Dcregex.hpp154 static const reg_error_t REG_E_MEMORY = 15; /* = REG_ESIZE : out of memory */ variable