Home
last modified time | relevance | path

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

/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs87 let (cursor, _) = take_until_newline_or_eof(s); in skip_whitespace()
964 let (input, s) = take_until_newline_or_eof(input); in doc_comment_contents()
974 let (input, s) = take_until_newline_or_eof(input); in doc_comment_contents()
984 fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { in take_until_newline_or_eof() functions

Completed in 2 milliseconds