Home
last modified time | relevance | path

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

/external/rust/crates/proc-macro2/src/
Dparse.rs75 let (cursor, _) = take_until_newline_or_eof(s); in skip_whitespace()
834 let (input, s) = take_until_newline_or_eof(input); in doc_comment_contents()
844 let (input, s) = take_until_newline_or_eof(input); in doc_comment_contents()
854 fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { in take_until_newline_or_eof() function