![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include "ortools/base/gzipfile.h"#include "absl/strings/string_view.h"#include "ortools/base/file.h"#include "ortools/base/logging.h"Go to the source code of this file.
Functions | |
| File * | GZipFileReader (const absl::string_view name, File *file, Ownership ownership, AppendedStreams appended_streams) |
| File * GZipFileReader | ( | const absl::string_view | name, |
| File * | file, | ||
| Ownership | ownership, | ||
| AppendedStreams | appended_streams ) |
Definition at line 25 of file gzipfile.cc.