Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dcregex.hpp230 struct pred4;
302 friend struct BOOST_REGEX_DETAIL_NS::pred4;
/third_party/boost/libs/regex/src/
Dcregex.cpp322 struct pred4 struct
328 pred4(GrepFileCallback c, RegEx* i, const char* f) : cb(c), pe(i), file(f), ok(true) {} in pred4() function
415 BOOST_REGEX_DETAIL_NS::pred4 pred(cb, this, (*start).c_str()); in GrepFiles()