Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dregex.hpp55 typedef match_results<const char*> cmatch; typedef
/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dregex.hpp100 typedef match_results<const char*> cmatch; typedef
Dregex_grep.hpp110 inline unsigned int regex_grep(bool (*foo)(const cmatch&), const char* str, in regex_grep()