Searched refs:IterationHandle (Results 1 – 2 of 2) sorted by relevance
76 class IterationHandle { class78 IterationHandle() : in IterationHandle() function in __anon4dd28b2d0110::IterationHandle86 ~IterationHandle() { in ~IterationHandle()102 IterationHandle* handle = new IterationHandle(); in StrictJarFile_nativeStartIteration()117 IterationHandle* handle = reinterpret_cast<IterationHandle*>(iterationHandle); in StrictJarFile_nativeNextEntry()
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()