Searched refs:IS_LOSSY (Results 1 – 1 of 1) sorted by relevance
1862 const IS_LOSSY: u8 = (1 << 0); constant1912 flags |= Self::IS_LOSSY; in new()2120 return (self.flags & Self::IS_LOSSY) > 0; in is_lossy()