Lines Matching refs:Lit
454 crate::Expr::Lit(v0) => v0.debug(formatter, "Lit"), in fmt()
1996 impl Debug for crate::Lit { implementation
2000 crate::Lit::Str(v0) => v0.debug(formatter, "Str"), in fmt()
2001 crate::Lit::ByteStr(v0) => v0.debug(formatter, "ByteStr"), in fmt()
2002 crate::Lit::CStr(v0) => v0.debug(formatter, "CStr"), in fmt()
2003 crate::Lit::Byte(v0) => v0.debug(formatter, "Byte"), in fmt()
2004 crate::Lit::Char(v0) => v0.debug(formatter, "Char"), in fmt()
2005 crate::Lit::Int(v0) => v0.debug(formatter, "Int"), in fmt()
2006 crate::Lit::Float(v0) => v0.debug(formatter, "Float"), in fmt()
2007 crate::Lit::Bool(v0) => v0.debug(formatter, "Bool"), in fmt()
2008 crate::Lit::Verbatim(v0) => { in fmt()
2172 crate::Pat::Lit(v0) => v0.debug(formatter, "Lit"), in fmt()