/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/ |
D | regex.rs | 66 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/ |
D | mod.rs | 116 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 D | mod.rs | 116 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/ |
D | re_trait.rs | 152 fn find_iter(self, text: &Self::Text) -> Matches<'_, Self> { in find_iter() method
|
D | re_bytes.rs | 188 pub fn find_iter<'r, 't>(&'r self, text: &'t [u8]) -> Matches<'r, 't> { in find_iter() method
|
D | re_unicode.rs | 244 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 D | regex.rs | 437 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 D | base_collective_executor.cc | 459 auto find_iter = launched_.find(instance); in CheckDependencies() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/packed/ |
D | api.rs | 525 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 D | regex.rs | 399 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 D | api.rs | 580 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/ |
D | regex.rs | 326 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 D | ahocorasick.rs | 562 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/ |
D | ahocorasick.rs | 350 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 D | pikevm.rs | 889 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 D | string.rs | 264 pub fn find_iter<'r, 'h>(&'r self, haystack: &'h str) -> Matches<'r, 'h> { in find_iter() method
|
H A D | bytes.rs | 262 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 D | regex.rs | 610 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/ |
D | ext_slice.rs | 789 fn find_iter<'h, 'n, B: ?Sized + AsRef<[u8]>>( in find_iter() method
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | FunctionsManual.cpp | 1690 auto find_iter = std::find(repeats.cbegin(), repeats.cend(), 0); in repeat_backward() local
|