Home
last modified time | relevance | path

Searched refs:starts_with_fn (Results 1 – 2 of 2) sorted by relevance

/linux/rust/proc-macro2/
H A Dparse.rs36 pub(crate) fn starts_with_fn<Pattern>(&self, f: Pattern) -> bool in starts_with_fn() method
H A Dfallback.rs959 if !cursor.starts_with_fn(|ch| ch.is_ascii_digit()) { in from_str_checked()