Searched defs:OptimizeOptions (Results 1 – 1 of 1) sorted by relevance
28 struct OptimizeOptions { struct30 std::optional<std::string> output_path;32 std::optional<std::string> output_dir;35 AppInfo app_info;41 TableSplitterOptions table_splitter_options;44 std::vector<std::string> split_paths;49 TableFlattenerOptions table_flattener_options;55 std::unordered_set<std::string> kept_artifacts;58 bool shorten_resource_paths = false;65 bool enable_sparse_encoding = false;[all …]