| 2525 | struct FormatInvertMatchGrepHandler : public GrepHandler { |
| 2526 | |
| 2527 | FormatInvertMatchGrepHandler(Grep& grep, const char *& pathname) |
| 2528 | : |
| 2529 | GrepHandler(grep, pathname) |
| 2530 | { } |
| 2531 | |
| 2532 | // functor invoked by the reflex::AbstractMatcher when the buffer contents are shifted out, also called explicitly in grep::search |
| 2533 | virtual void operator()(reflex::AbstractMatcher& matcher, const char *buf, size_t len, size_t num) override |
nothing calls this directly
no outgoing calls
no test coverage detected