Home
last modified time | relevance | path

Searched defs:regex_error (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dpattern_except.hpp51 class regex_error : public std::runtime_error class
54 …explicit regex_error(const std::string& s, regex_constants::error_type err = regex_constants::erro… in regex_error() function in boost::regex_error
60 explicit regex_error(regex_constants::error_type err) in regex_error() function in boost::regex_error
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dpattern_except.hpp40 class regex_error : public std::runtime_error class
43 …explicit regex_error(const std::string& s, regex_constants::error_type err = regex_constants::erro… in regex_error() function in boost::regex_error
49 explicit regex_error(regex_constants::error_type err) in regex_error() function in boost::regex_error
/aosp_15_r20/external/libcxx/src/
H A Dregex.cpp63 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() function in regex_error
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dregex.cpp60 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() function in regex_error
/aosp_15_r20/test/vts-testcase/kernel/ltp/testcase/tools/common/
Dfilter_utils.py20 from sre_constants import error as regex_error unknown