Searched defs:pred4 (Results 1 – 1 of 1) sorted by relevance
322 struct pred4 struct324 GrepFileCallback cb;325 RegEx* pe;326 const char* file;327 bool ok;328 pred4(GrepFileCallback c, RegEx* i, const char* f) : cb(c), pe(i), file(f), ok(true) {} in pred4() argument329 bool operator()(const match_results<mapfile::iterator>& m) in operator ()()