Lines Matching refs:options
60 OptimizeOptions options{.shorten_resource_paths = true}; in TEST() local
61 std::map<std::string, std::string>& path_map = options.table_flattener_options.shortened_path_map; in TEST()
62 ASSERT_TRUE(Obfuscator(options).Consume(context.get(), table.get())); in TEST()
97 OptimizeOptions options{.shorten_resource_paths = true}; in TEST() local
98 std::map<std::string, std::string>& path_map = options.table_flattener_options.shortened_path_map; in TEST()
99 ASSERT_TRUE(Obfuscator(options).Consume(context.get(), table.get())); in TEST()
116 OptimizeOptions options{.shorten_resource_paths = true}; in TEST() local
117 TableFlattenerOptions& flattenerOptions = options.table_flattener_options; in TEST()
120 std::map<std::string, std::string>& path_map = options.table_flattener_options.shortened_path_map; in TEST()
121 ASSERT_TRUE(Obfuscator(options).Consume(context.get(), table.get())); in TEST()
156 OptimizeOptions options{.shorten_resource_paths = true}; in TEST() local
157 std::map<std::string, std::string>& path_map = options.table_flattener_options.shortened_path_map; in TEST()
158 ASSERT_TRUE(Obfuscator(options).Consume(context.get(), table.get())); in TEST()
183 OptimizeOptions options{.shorten_resource_paths = true}; in TEST() local
185 options.table_flattener_options.shortened_path_map; in TEST()
186 ASSERT_TRUE(Obfuscator(options).Consume(context.get(), table1.get())); in TEST()
241 OptimizeOptions options{.shorten_resource_paths = true}; in TEST() local
242 TableFlattenerOptions& flattenerOptions = options.table_flattener_options; in TEST()
247 ASSERT_TRUE(Obfuscator(options).Consume(context.get(), table.get())); in TEST()
257 OptimizeOptions options; in TEST() local
258 Obfuscator obfuscatorWithDefaultOption(options); in TEST()
263 OptimizeOptions options{.shorten_resource_paths = true}; in TEST() local
264 Obfuscator obfuscatorWithShortenPathOption(options); in TEST()
269 OptimizeOptions options; in TEST() local
270 options.table_flattener_options.collapse_key_stringpool = true; in TEST()
271 Obfuscator obfuscatorWithCollapseStringPoolOption(options); in TEST()
276 OptimizeOptions options{.shorten_resource_paths = true}; in TEST() local
277 options.table_flattener_options.collapse_key_stringpool = true; in TEST()
278 Obfuscator obfuscatorWithCollapseStringPoolOption(options); in TEST()
297 OptimizeOptions options{.shorten_resource_paths = true}; in TEST() local
298 options.table_flattener_options.collapse_key_stringpool = true; in TEST()
299 Obfuscator obfuscator(options); in TEST()
326 OptimizeOptions options; in TEST() local
327 Obfuscator obfuscator(options); in TEST()