Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/src/
Dcregex.cpp322 struct pred4 struct
324 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() argument
329 bool operator()(const match_results<mapfile::iterator>& m) in operator ()()