Lines Matching defs:from
136 String::from(value)
139 /// Parse a syntax tree node from the content of this string literal.
148 /// // Parses the path from an attribute that looks like:
438 fn from(token: Literal) -> Self {
510 fn from(token: Literal) -> Self {
1027 /// Interpret a Syn literal from a proc-macro2 literal.
1186 char::from_u32(u32::from(byte)).unwrap()
1322 (String::from(value).into_bytes(), suffix)
1378 char::from_u32(u32::from(byte)).unwrap()
1455 ch += u32::from(digit);