Searched defs:find_slice (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/stream/ |
D | mod.rs | 2398 fn find_slice(&self, substr: T) -> Option<usize>; in find_slice() method 2403 fn find_slice(&self, substr: &'s [u8]) -> Option<usize> { in find_slice() method 2410 fn find_slice(&self, substr: (&'s [u8],)) -> Option<usize> { in find_slice() method 2417 fn find_slice(&self, substr: (&'s [u8], &'s [u8])) -> Option<usize> { in find_slice() method 2424 fn find_slice(&self, substr: (&'s [u8], &'s [u8], &'s [u8])) -> Option<usize> { in find_slice() method 2431 fn find_slice(&self, substr: u8) -> Option<usize> { in find_slice() method 2438 fn find_slice(&self, substr: (u8,)) -> Option<usize> { in find_slice() method 2445 fn find_slice(&self, substr: (u8, u8)) -> Option<usize> { in find_slice() method 2452 fn find_slice(&self, substr: (u8, u8, u8)) -> Option<usize> { in find_slice() method 2459 fn find_slice(&self, substr: &'s str) -> Option<usize> { in find_slice() method [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/benches/ |
D | find_slice.rs | 7 fn find_slice(c: &mut criterion::Criterion) { in find_slice() function
|
/aosp_15_r20/external/python/cpython3/Objects/stringlib/ |
D | find.h | 46 STRINGLIB(find_slice)(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in STRINGLIB() argument
|
/aosp_15_r20/external/ublksrv/qcow2/ |
H A D | qcow2.h | 125 T *find_slice(u64 key, bool use_evicted_cache) { in find_slice() function
|