Lines Matching refs:ProfileVersion
3 use crate::dice::ProfileVersion;
22 pub struct DiceProfileRange(RangeInclusive<ProfileVersion>);
26 pub fn new(start: ProfileVersion, end: ProfileVersion) -> Self { in new() argument
31 pub fn contains(&self, version: ProfileVersion) -> bool { in contains()
36 pub fn start(&self) -> ProfileVersion { in start() argument
41 pub fn end(&self) -> ProfileVersion { in end() argument
48 Self::new(ProfileVersion::Android14, ProfileVersion::Android16) in default()
57 ProfileVersion::Android13, in vsr13()
58 ProfileVersion::Android13, in vsr13()
67 ProfileVersion::Android14, in vsr14()
68 ProfileVersion::Android14, in vsr14()
77 ProfileVersion::Android14, in vsr15()
78 ProfileVersion::Android15, in vsr15()
87 ProfileVersion::Android14, in vsr16()
88 ProfileVersion::Android16, in vsr16()