Home
last modified time | relevance | path

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/
Dext.rs182 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/
Dext.rs182 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/
Dext.rs182 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/
Dsplit_producer.rs24 fn split_once<const INCL: bool>(self, index: usize) -> (Self, Self); in split_once() method
Dstr.rs702 fn split_once<const INCL: bool>(self, index: usize) -> (Self, Self) { in split_once() method
/external/rust/android-crates-io/crates/rayon/src/slice/
Dmod.rs1090 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/
Draw_str.rs990 pub fn split_once<P>(&self, pat: P) -> Option<(&Self, &Self)> in split_once() method