Searched refs:IterationHandle (Results 1 – 1 of 1) sorted by relevance
887 struct IterationHandle { struct894 IterationHandle(ZipArchive* archive, std::function<bool(std::string_view)> in_matcher) in IterationHandle() argument923 *cookie_ptr = new IterationHandle(archive, matcher); in StartIteration()928 delete reinterpret_cast<IterationHandle*>(cookie); in EndIteration()1001 IterationHandle* handle = reinterpret_cast<IterationHandle*>(cookie); in Next()