Home
last modified time | relevance | path

Searched refs:base10_digits (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/syn/tests/
H A Dtest_lit.rs151 assert_eq!(lit.base10_digits().parse::<u64>().unwrap(), value); in ints()
191 assert_eq!(lit.base10_digits().parse::<f64>().unwrap(), value); in floats()
/third_party/rust/crates/syn/src/
H A Dlit.rs384 pub fn base10_digits(&self) -> &str { in base10_digits() functions
390 /// This is equivalent to `lit.base10_digits().parse()` except that the
415 self.base10_digits() in base10_parse()
478 pub fn base10_digits(&self) -> &str { in base10_digits() functions
487 self.base10_digits() in base10_parse()
H A Dexpr.rs2872 .base10_digits() in parse()

Completed in 6 milliseconds