Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/memmem/
Dmod.rs116 pub fn find_iter<'h, 'n, N: 'n + ?Sized + AsRef<[u8]>>( in find_iter() function
457 pub fn find_iter<'a, 'h>( in find_iter() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/memmem/
H A Dmod.rs116 pub fn find_iter<'h, 'n, N: 'n + ?Sized + AsRef<[u8]>>( in find_iter() function
457 pub fn find_iter<'a, 'h>( in find_iter() method
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Dregex.rs437 pub fn find_iter<'r, 'h, I: Into<Input<'h>>>( in find_iter() method
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dbase_collective_executor.cc459 auto find_iter = launched_.find(instance); in CheckDependencies() local
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/packed/
Dapi.rs525 pub fn find_iter<'a, 'b, B: ?Sized + AsRef<[u8]>>( in find_iter() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/hybrid/
H A Dregex.rs399 pub fn find_iter<'r, 'c, 'h, I: Into<Input<'h>>>( in find_iter() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/
H A Dapi.rs580 pub fn find_iter<'a, 'b, B: ?Sized + AsRef<[u8]>>( in find_iter() method
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/
H A Dahocorasick.rs562 pub fn find_iter<'a, 'h, I: Into<Input<'h>>>( in find_iter() method
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/
Dahocorasick.rs350 pub fn find_iter<'a, 'b, B: ?Sized + AsRef<[u8]>>( in find_iter() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/
H A Dpikevm.rs889 pub fn find_iter<'r, 'c, 'h, I: Into<Input<'h>>>( in find_iter() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/regex/
H A Dstring.rs264 pub fn find_iter<'r, 'h>(&'r self, haystack: &'h str) -> Matches<'r, 'h> { in find_iter() method
H A Dbytes.rs262 pub fn find_iter<'r, 'h>(&'r self, haystack: &'h [u8]) -> Matches<'r, 'h> { in find_iter() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/meta/
H A Dregex.rs610 pub fn find_iter<'r, 'h, I: Into<Input<'h>>>( in find_iter() method
/aosp_15_r20/external/rust/android-crates-io/crates/bstr/src/
Dext_slice.rs789 fn find_iter<'h, 'n, B: ?Sized + AsRef<[u8]>>( in find_iter() method
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DFunctionsManual.cpp1690 auto find_iter = std::find(repeats.cbegin(), repeats.cend(), 0); in repeat_backward() local