Home
last modified time | relevance | path

Searched defs:split_once (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/clippy/tests/ui/
Dsingle_char_lifetime_names.rs34 fn split_once<'a>(base: &'a str, other: &'_ str) -> (&'a str, Option<&'a str>) { in split_once() function
/third_party/rust/rust/library/core/src/str/
Dmod.rs1624 pub fn split_once<'a, P: Pattern<'a>>(&'a self, delimiter: P) -> Option<(&'a str, &'a str)> { in split_once() method
/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs599 pub fn split_once<P>(&self, pat: P) -> Option<(&Self, &Self)> in split_once() method