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;40 std::unordered_set<ResourceName> resources_exclude_list;43 TableSplitterOptions table_splitter_options;46 std::vector<std::string> split_paths;49 std::vector<SplitConstraints> split_constraints;51 TableFlattenerOptions table_flattener_options;[all …]