Home
last modified time | relevance | path

Searched defs:find_iter (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/combine/src/parser/
Dregex.rs66 fn find_iter<F>(&self, range: Range) -> (usize, F) in find_iter() method
83 fn find_iter<F>(&self, range: Range) -> (usize, F) in find_iter() function
101 fn find_iter<'a, Input, F>(iterable: Input) -> (usize, F) in find_iter() function
152 fn find_iter<F>(&self, range: &'a str) -> (usize, F) in find_iter() method
188 fn find_iter<F>(&self, range: &'a [u8]) -> (usize, F) in find_iter() method
/external/rust/crates/regex/src/
Dre_trait.rs152 fn find_iter(self, text: &Self::Text) -> Matches<'_, Self> { in find_iter() method
Dre_bytes.rs188 pub fn find_iter<'r, 't>(&'r self, text: &'t [u8]) -> Matches<'r, 't> { in find_iter() method
Dre_unicode.rs244 pub fn find_iter<'r, 't>(&'r self, text: &'t str) -> Matches<'r, 't> { in find_iter() method
/external/rust/crates/memchr/src/memmem/
Dmod.rs188 pub fn find_iter<'h, 'n, N: 'n + ?Sized + AsRef<[u8]>>( in find_iter() function
478 pub fn find_iter<'a, 'h>( in find_iter() method
/external/tensorflow/tensorflow/core/common_runtime/
Dbase_collective_executor.cc459 auto find_iter = launched_.find(instance); in CheckDependencies() local
/external/rust/crates/aho-corasick/src/packed/
Dapi.rs525 pub fn find_iter<'a, 'b, B: ?Sized + AsRef<[u8]>>( in find_iter() method
/external/rust/crates/regex-automata/src/
Dregex.rs326 pub fn find_iter<'r, 't>(&'r self, input: &'t [u8]) -> Matches<'r, 't, D> { in find_iter() method
/external/rust/crates/aho-corasick/src/
Dahocorasick.rs350 pub fn find_iter<'a, 'b, B: ?Sized + AsRef<[u8]>>( in find_iter() method
/external/rust/crates/bstr/src/
Dext_slice.rs789 fn find_iter<'h, 'n, B: ?Sized + AsRef<[u8]>>( in find_iter() method