Searched refs:dst_config_value (Results 1 – 1 of 1) sorted by relevance
203 bool override_styles_instead_of_overlaying, ResourceConfigValue* dst_config_value, in MergeConfigValue() argument207 Value* dst_value = dst_config_value->value.get(); in MergeConfigValue()279 ResourceConfigValue* dst_config_value = dst_entry->FindValue( in DoMerge() local281 if (dst_config_value) { in DoMerge()284 dst_config_value, src_config_value.get(), &main_table_->string_pool); in DoMerge()292 dst_config_value = in DoMerge()305 dst_config_value->value = std::move(new_file_ref); in DoMerge()308 auto original_comment = (dst_config_value->value) in DoMerge()309 ? dst_config_value->value->GetComment() : std::optional<std::string>(); in DoMerge()311 dst_config_value->value = src_config_value->value->Transform(cloner); in DoMerge()[all …]