Searched refs:screen_density_group (Results 1 – 3 of 3) sorted by relevance
42 lhs.screen_density_group == rhs.screen_density_group && in operator ==()56 << "\n abi: " << artifact.abi_group << "\n density: " << artifact.screen_density_group in PrintTo()
129 Maybe<std::string> screen_density_group; member190 .Add(screen_density_groups, lhs.screen_density_group, rhs.screen_density_group) in operator()
247 if (!CopyXmlReferences(artifact.screen_density_group, config.screen_density_groups, in ToOutputArtifact()250 << artifact.screen_density_group.value()); in ToOutputArtifact()399 if (!ReplacePlaceholder("${density}", screen_density_group, &result, diag)) { in ToArtifactName()502 artifact.screen_density_group = {attr.value}; in ArtifactTagHandler()