Home
last modified time | relevance | path

Searched refs:IterationHandle (Results 1 – 1 of 1) sorted by relevance

/system/libziparchive/
Dzip_archive.cc887 struct IterationHandle { struct
894 IterationHandle(ZipArchive* archive, std::function<bool(std::string_view)> in_matcher) in IterationHandle() argument
923 *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()