Searched refs:GrepCallback (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/regex/v4/ |
D | cregex.hpp | 235 typedef bool (__cdecl *GrepCallback)(const RegEx& expression); typedef 239 typedef bool (*GrepCallback)(const RegEx& expression); typedef 268 unsigned int Grep(GrepCallback cb, const char* p, match_flag_type flags = match_default); 269 …unsigned int Grep(GrepCallback cb, const std::string& s, match_flag_type flags = match_default) { … in Grep()
|
/third_party/boost/libs/regex/doc/ |
D | old_regex.qbk | 23 typedef bool (*GrepCallback)(const RegEx& expression); 48 unsigned int Grep(GrepCallback cb, const char* p, 50 unsigned int Grep(GrepCallback cb, const std::string& s, 137 [[`unsigned int Grep(GrepCallback cb, const char* p, boost::match_flag_type flags = match_default);… 144 [[`unsigned int Grep(GrepCallback cb, const std::string& s, boost::match_flag_type flags = match_de…
|
/third_party/boost/libs/regex/src/ |
D | cregex.cpp | 240 GrepCallback cb; 242 pred1(GrepCallback c, RegEx* i) : cb(c), pe(i) {} in pred1() 250 unsigned int RegEx::Grep(GrepCallback cb, const char* p, match_flag_type flags) in Grep()
|