Searched refs: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() argument985 *cookie_ptr = new IterationHandle(archive, std::move(matcher)); in StartIteration()990 delete reinterpret_cast<IterationHandle*>(cookie); in EndIteration()1063 IterationHandle* handle = reinterpret_cast<IterationHandle*>(cookie); in Next()