Home
last modified time | relevance | path

Searched defs:Grep (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/regex/v4/
Dcregex.hpp269 …unsigned int Grep(GrepCallback cb, const std::string& s, match_flag_type flags = match_default) { … in Grep() function in boost::RegEx
271 …unsigned int Grep(std::vector<std::string>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
273 …unsigned int Grep(std::vector<std::size_t>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
/third_party/boost/libs/regex/src/
Dcregex.cpp250 unsigned int RegEx::Grep(GrepCallback cb, const char* p, match_flag_type flags) in Grep() function in boost::RegEx
279 unsigned int RegEx::Grep(std::vector<std::string>& v, const char* p, match_flag_type flags) in Grep() function in boost::RegEx
308 unsigned int RegEx::Grep(std::vector<std::size_t>& v, const char* p, match_flag_type flags) in Grep() function in boost::RegEx