Searched defs:regex_grep (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/regex/v4/ |
| D | regex_grep.hpp | 41 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
|