Searched refs:get_until_newline (Results 1 – 4 of 4) sorted by relevance
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_span-718.0.0/src/ |
H A D | lib.rs | 1397 fn get_until_newline(src: &str, begin: usize) -> &str { in get_line() function 1415 Some(Cow::from(get_until_newline(src, begin))) in get_line() 1417 Some(Cow::Owned(String::from(get_until_newline(src, begin)))) in get_line()
|
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_span-722.0.0/src/ |
H A D | lib.rs | 1466 fn get_until_newline(src: &str, begin: usize) -> &str { in get_line() function 1484 Some(Cow::from(get_until_newline(src, begin))) in get_line() 1486 Some(Cow::Owned(String::from(get_until_newline(src, begin)))) in get_line()
|
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_span/src/ |
H A D | lib.rs | 1566 fn get_until_newline(src: &str, begin: usize) -> &str { in get_line() function 1584 Some(Cow::from(get_until_newline(src, begin))) in get_line() 1586 Some(Cow::Owned(String::from(get_until_newline(src, begin)))) in get_line()
|
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_span/src/ |
H A D | lib.rs | 1466 fn get_until_newline(src: &str, begin: usize) -> &str { in get_line() function 1484 Some(Cow::from(get_until_newline(src, begin))) in get_line() 1486 Some(Cow::Owned(String::from(get_until_newline(src, begin)))) in get_line()
|