Lines Matching defs:options
176 UnzipOptions options) {
190 std::move(options));
196 UnzipOptions options) {
198 reader.SetEncoding(std::move(options.encoding));
199 reader.SetPassword(std::move(options.password));
209 if (!options.continue_on_error)
214 if (options.filter && !options.filter.Run(entry->path)) {
223 if (!options.continue_on_error)
233 (options.progress ? !reader.ExtractCurrentEntryWithListener(
234 writer.get(), options.progress)
238 if (!options.continue_on_error)