Searched defs:IterationHandle (Results 1 – 1 of 1) sorted by relevance
1041 struct IterationHandle { struct1048 IterationHandle(ZipArchive* archive, std::function<bool(std::string_view)> in_matcher) in IterationHandle() function1051 bool Match(std::string_view entry_name) const { return !matcher || matcher(entry_name); } in Match()