Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dregex_grep.hpp41 inline unsigned int regex_grep(Predicate foo, in regex_grep() function
95 inline unsigned int regex_grep(Predicate foo, const charT* str, in regex_grep() function
103 inline unsigned int regex_grep(Predicate foo, const std::basic_string<charT, ST, SA>& s, in regex_grep() function
110 inline unsigned int regex_grep(bool (*foo)(const cmatch&), const char* str, in regex_grep() function
117 inline unsigned int regex_grep(bool (*foo)(const wcmatch&), const wchar_t* str, in regex_grep() function
124 inline unsigned int regex_grep(bool (*foo)(const match_results<std::string::const_iterator>&), cons… in regex_grep() function
131 inline unsigned int regex_grep(bool (*foo)(const match_results<std::basic_string<wchar_t>::const_it… in regex_grep() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dregex_grep.hpp30 inline unsigned int regex_grep(Predicate foo, in regex_grep() function
80 inline unsigned int regex_grep(Predicate foo, const charT* str, in regex_grep() function
88 inline unsigned int regex_grep(Predicate foo, const std::basic_string<charT, ST, SA>& s, in regex_grep() function
/aosp_15_r20/external/libcxx/fuzzing/
H A Dfuzzing.cpp491 int regex_grep (const uint8_t *data, size_t size) in regex_grep() function