| 229 | } |
| 230 | |
| 231 | INDEX_T CountLine() { |
| 232 | return ReadAllAndProcess( |
| 233 | [=](INDEX_T, const char*, size_t) { |
| 234 | }); |
| 235 | } |
| 236 | |
| 237 | INDEX_T ReadAllAndProcessParallelWithFilter(const std::function<void(INDEX_T, const std::vector<std::string>&)>& process_fun, const std::function<bool(INDEX_T, INDEX_T)>& filter_fun) { |
| 238 | last_line_ = ""; |
no outgoing calls
no test coverage detected