Home
last modified time | relevance | path

Searched defs:wcmatch (Results 1 – 3 of 3) sorted by relevance

/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dregex.hpp58 typedef match_results<const wchar_t*> wcmatch; typedef
/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dregex.hpp103 typedef match_results<const wchar_t*> wcmatch; typedef
Dregex_grep.hpp117 inline unsigned int regex_grep(bool (*foo)(const wcmatch&), const wchar_t* str, in regex_grep()