Home
last modified time | relevance | path

Searched refs:contains_str (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/bstr/examples/
Dlines.rs11 if line.contains_str("Dimension") { in main()
/external/rust/crates/bstr/
DREADME.md53 if line.contains_str("Dimension") {
/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
5246 func = lookup_maybe(self, "__contains__", &contains_str);