Lines Matching refs:Lit
308 (crate::Expr::Lit(self0), crate::Expr::Lit(other0)) => self0 == other0, in eq()
1331 impl Eq for crate::Lit {} implementation
1333 impl PartialEq for crate::Lit { implementation
1336 (crate::Lit::Str(self0), crate::Lit::Str(other0)) => self0 == other0, in eq()
1337 (crate::Lit::ByteStr(self0), crate::Lit::ByteStr(other0)) => self0 == other0, in eq()
1338 (crate::Lit::CStr(self0), crate::Lit::CStr(other0)) => self0 == other0, in eq()
1339 (crate::Lit::Byte(self0), crate::Lit::Byte(other0)) => self0 == other0, in eq()
1340 (crate::Lit::Char(self0), crate::Lit::Char(other0)) => self0 == other0, in eq()
1341 (crate::Lit::Int(self0), crate::Lit::Int(other0)) => self0 == other0, in eq()
1342 (crate::Lit::Float(self0), crate::Lit::Float(other0)) => self0 == other0, in eq()
1343 (crate::Lit::Bool(self0), crate::Lit::Bool(other0)) => self0 == other0, in eq()
1344 (crate::Lit::Verbatim(self0), crate::Lit::Verbatim(other0)) => { in eq()
1479 (crate::Pat::Lit(self0), crate::Pat::Lit(other0)) => self0 == other0, in eq()