Home
last modified time | relevance | path

Searched defs:contains_str (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/bstr/src/
Dext_slice.rs639 fn contains_str<B: AsRef<[u8]>>(&self, needle: B) -> bool { in contains_str() method
/external/python/cpython2/Objects/
Dtypeobject.c5244 static PyObject *contains_str; local