Lines Matching refs:Lit
445 crate::Expr::Lit(v0) => { in hash()
1708 impl Hash for crate::Lit { implementation
1714 crate::Lit::Str(v0) => { in hash()
1718 crate::Lit::ByteStr(v0) => { in hash()
1722 crate::Lit::CStr(v0) => { in hash()
1726 crate::Lit::Byte(v0) => { in hash()
1730 crate::Lit::Char(v0) => { in hash()
1734 crate::Lit::Int(v0) => { in hash()
1738 crate::Lit::Float(v0) => { in hash()
1742 crate::Lit::Bool(v0) => { in hash()
1746 crate::Lit::Verbatim(v0) => { in hash()
1890 crate::Pat::Lit(v0) => { in hash()