Searched defs:OptimizeOptions (Results 1 – 1 of 1) sorted by relevance
28 struct OptimizeOptions { struct29 friend class OptimizeCommand;32 Maybe<std::string> output_path;34 Maybe<std::string> output_dir;37 AppInfo app_info;43 TableSplitterOptions table_splitter_options;46 std::vector<std::string> split_paths;51 TableFlattenerOptions table_flattener_options;57 std::unordered_set<std::string> kept_artifacts;60 bool shorten_resource_paths = false;[all …]