Searched refs:take_until_newline_or_eof (Results 1 – 1 of 1) sorted by relevance
75 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