Searched defs:split_once (Results 1 – 7 of 7) sorted by relevance
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_lex-0.7.3/src/ |
D | ext.rs | 182 fn split_once(&self, needle: &'_ str) -> Option<(&OsStr, &OsStr)>; in split_once() method 223 fn split_once(&self, needle: &'_ str) -> Option<(&OsStr, &OsStr)> { in split_once() method
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_lex-0.7.3/src/ |
D | ext.rs | 182 fn split_once(&self, needle: &'_ str) -> Option<(&OsStr, &OsStr)>; in split_once() method 223 fn split_once(&self, needle: &'_ str) -> Option<(&OsStr, &OsStr)> { in split_once() method
|
/external/rust/android-crates-io/crates/clap_lex/src/ |
D | ext.rs | 182 fn split_once(&self, needle: &'_ str) -> Option<(&OsStr, &OsStr)>; in split_once() method 223 fn split_once(&self, needle: &'_ str) -> Option<(&OsStr, &OsStr)> { in split_once() method
|
/external/rust/android-crates-io/crates/rayon/src/ |
D | split_producer.rs | 24 fn split_once<const INCL: bool>(self, index: usize) -> (Self, Self); in split_once() method
|
D | str.rs | 702 fn split_once<const INCL: bool>(self, index: usize) -> (Self, Self) { in split_once() method
|
/external/rust/android-crates-io/crates/rayon/src/slice/ |
D | mod.rs | 1090 fn split_once<const INCL: bool>(self, index: usize) -> (Self, Self) { in split_once() function 1200 fn split_once<const INCL: bool>(self, index: usize) -> (Self, Self) { in split_once() function
|
/external/rust/android-crates-io/crates/os_str_bytes/src/ |
D | raw_str.rs | 990 pub fn split_once<P>(&self, pat: P) -> Option<(&Self, &Self)> in split_once() method
|