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