Home
last modified time | relevance | path

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

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