Searched refs:Literal (Results 1 – 10 of 10) sorted by relevance
4 use proc_macro::{token_stream, Delimiter, Literal, TokenStream, TokenTree};71 string = Literal::byte_string(string.as_bytes()), in emit_base()
14 if let Some(TokenTree::Literal(literal)) = it.next() { in try_literal()
12 Some(TokenTree::Literal(lit)) => { in concat_helper()
123 TokenTree::Literal(_) | TokenTree::Punct(_) | TokenTree::Ident(_) => vec![tt], in replace_self_and_deny_type_defs()
362 class Literal(Expression): class378 return isinstance(other, Literal) and self.value == other.value
24 Literal blocks are marked with the '|' at the beginning. The end is marked by
347 Literal name of the type which is used within the kernel
400 Literal name of the type which is used within the kernel
464 Literal name of the type which is used within the kernel
272 4 #k Literal value stored in k