Home
last modified time | relevance | path

Searched defs:split_whitespace (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/tests/ui/associated-types/cache/
Delision.rs12 fn split_whitespace<'a>(&'a self) -> SplitWhitespace<'a>; in split_whitespace() method
17 fn split_whitespace(&self) -> SplitWhitespace { in split_whitespace() method
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dtrim_split_whitespace.rs10 fn split_whitespace(self) {} in split_whitespace() method
32 fn split_whitespace(self) {} in split_whitespace() method
44 fn split_whitespace(self) {} in split_whitespace() method
/third_party/python/Objects/stringlib/
Dsplit.h54 STRINGLIB(split_whitespace)(PyObject* str_obj, in STRINGLIB() argument
/third_party/rust/rust/library/core/src/str/
Dmod.rs893 pub fn split_whitespace(&self) -> SplitWhitespace<'_> { in split_whitespace() method