Lines Matching defs:ZipFileCollection
67 ZipFileCollection* collection)
78 ZipFileCollection::ZipFileCollection() : handle_(nullptr) {}
80 std::unique_ptr<ZipFileCollection> ZipFileCollection::Create(
84 std::unique_ptr<ZipFileCollection> collection =
85 std::unique_ptr<ZipFileCollection>(new ZipFileCollection());
91 // return an empty ZipFileCollection.
130 IFile* ZipFileCollection::FindFile(const StringPiece& path) {
138 std::unique_ptr<IFileCollectionIterator> ZipFileCollection::Iterator() {
142 ZipFileCollection::~ZipFileCollection() {