Lines Matching refs:ZipFileCollection
73 ZipFileCollection* collection)
86 ZipFileCollection::ZipFileCollection() : handle_(nullptr) {}
88 std::unique_ptr<ZipFileCollection> ZipFileCollection::Create(
92 std::unique_ptr<ZipFileCollection> collection =
93 std::unique_ptr<ZipFileCollection>(new ZipFileCollection());
99 // return an empty ZipFileCollection.
138 IFile* ZipFileCollection::FindFile(const StringPiece& path) {
146 std::unique_ptr<IFileCollectionIterator> ZipFileCollection::Iterator() {
150 ZipFileCollection::~ZipFileCollection() {