/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/ |
H A D | iter.rs | 263 F: FnMut(&Input<'_>) -> Result<Option<HalfMatch>, MatchError>, in advance_half() 399 ) -> Result<Option<HalfMatch>, MatchError> in try_advance_half() 401 F: FnMut(&Input<'_>) -> Result<Option<HalfMatch>, MatchError>, in try_advance_half() 493 F: FnMut(&Input<'_>) -> Result<Option<HalfMatch>, MatchError>, in into_half_matches_iter() 627 _: HalfMatch, in handle_overlapping_empty_half_match() 629 ) -> Result<Option<HalfMatch>, MatchError> in handle_overlapping_empty_half_match() 631 F: FnMut(&Input<'_>) -> Result<Option<HalfMatch>, MatchError>, in handle_overlapping_empty_half_match() 733 fn next(&mut self) -> Option<Result<HalfMatch, MatchError>> { in next() 787 fn next(&mut self) -> Option<HalfMatch> { in next()
|
H A D | search.rs | 924 pub struct HalfMatch { struct 934 impl HalfMatch { argument 937 pub fn new(pattern: PatternID, offset: usize) -> HalfMatch { in new() 947 pub fn must(pattern: usize, offset: usize) -> HalfMatch { in must()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/meta/ |
H A D | strategy.rs | 59 ) -> Option<HalfMatch>; in search_half() 403 ) -> Option<HalfMatch> { in search_half() 601 ) -> Option<HalfMatch> { in search_half_nofail() 737 ) -> Option<HalfMatch> { in search_half() 950 ) -> Result<Option<HalfMatch>, RetryFailError> { in try_search_half_anchored_rev() 1030 ) -> Option<HalfMatch> { in search_half() 1215 ) -> Result<Option<HalfMatch>, RetryError> { in try_search_half_start() 1249 ) -> Result<Option<HalfMatch>, RetryFailError> { in try_search_half_fwd() 1273 ) -> Result<Option<HalfMatch>, RetryError> { in try_search_half_rev_limited() 1368 ) -> Option<HalfMatch> { in search_half() [all …]
|
H A D | stopat.rs | 55 ) -> Result<Result<HalfMatch, usize>, RetryFailError> { in dfa_try_search_half_fwd() 104 ) -> Result<Result<HalfMatch, usize>, RetryFailError> { in hybrid_try_search_half_fwd() 147 mat: &mut Option<HalfMatch>, in dfa_eoi_fwd() 183 mat: &mut Option<HalfMatch>, in hybrid_eoi_fwd()
|
H A D | limited.rs | 49 ) -> Result<Option<HalfMatch>, RetryError> { in dfa_try_search_half_rev() 132 ) -> Result<Option<HalfMatch>, RetryError> { in hybrid_try_search_half_rev() 194 mat: &mut Option<HalfMatch>, in dfa_eoi_rev() 228 mat: &mut Option<HalfMatch>, in hybrid_eoi_rev()
|
H A D | wrappers.rs | 664 ) -> Result<Option<HalfMatch>, RetryFailError> { in try_search_half_fwd() 684 ) -> Result<Result<HalfMatch, usize>, RetryFailError> { in try_search_half_fwd_stopat() 706 ) -> Result<Option<HalfMatch>, RetryFailError> { in try_search_half_rev() 727 ) -> Result<Option<HalfMatch>, RetryError> { in try_search_half_rev_limited() 966 ) -> Result<Option<HalfMatch>, RetryFailError> { in try_search_half_fwd() 984 ) -> Result<Result<HalfMatch, usize>, RetryFailError> { in try_search_half_fwd_stopat() 1002 ) -> Result<Option<HalfMatch>, RetryFailError> { in try_search_half_rev() 1021 ) -> Result<Option<HalfMatch>, RetryError> { in try_search_half_rev_limited() 1154 ) -> Result<Option<HalfMatch>, RetryError> { in try_search_half_rev_limited() 1323 ) -> Result<Option<HalfMatch>, RetryError> { in try_search_half_rev_limited()
|
H A D | regex.rs | 975 pub fn search_half(&self, input: &Input<'_>) -> Option<HalfMatch> { in search_half() 1286 ) -> Option<HalfMatch> { in search_half_with()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/ |
H A D | search.rs | 18 ) -> Result<Option<HalfMatch>, MatchError> { in find_fwd() 50 ) -> Result<Option<HalfMatch>, MatchError> { in find_fwd_imp() 192 ) -> Result<Option<HalfMatch>, MatchError> { in find_rev() 208 ) -> Result<Option<HalfMatch>, MatchError> { in find_rev_imp() 580 mat: &mut Option<HalfMatch>, in eoi_fwd() 609 mat: &mut Option<HalfMatch>, in eoi_rev()
|
H A D | automaton.rs | 1300 ) -> Result<Option<HalfMatch>, MatchError> { in try_search_fwd() 1489 ) -> Result<Option<HalfMatch>, MatchError> { in try_search_rev() 1952 ) -> Result<Option<HalfMatch>, MatchError> { in try_search_fwd() 1960 ) -> Result<Option<HalfMatch>, MatchError> { in try_search_rev() 2069 pub fn get_match(&self) -> Option<HalfMatch> { in get_match()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/hybrid/ |
H A D | search.rs | 17 ) -> Result<Option<HalfMatch>, MatchError> { in find_fwd() 56 ) -> Result<Option<HalfMatch>, MatchError> { in find_fwd_imp() 300 ) -> Result<Option<HalfMatch>, MatchError> { in find_rev() 317 ) -> Result<Option<HalfMatch>, MatchError> { in find_rev_imp() 698 mat: &mut Option<HalfMatch>, in eoi_fwd() 734 mat: &mut Option<HalfMatch>, in eoi_rev()
|
H A D | dfa.rs | 593 ) -> Result<Option<HalfMatch>, MatchError> { in try_search_fwd() 794 ) -> Result<Option<HalfMatch>, MatchError> { in try_search_rev() 4231 pub fn get_match(&self) -> Option<HalfMatch> { in get_match()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/ |
H A D | backtrack.rs | 1336 ) -> Result<Option<HalfMatch>, MatchError> { in try_search_slots_imp() 1362 ) -> Result<Option<HalfMatch>, MatchError> { in search_imp() 1432 ) -> Option<HalfMatch> { in backtrack() 1468 ) -> Option<HalfMatch> { in step()
|
H A D | pikevm.rs | 1144 ) -> Option<HalfMatch> { in search_slots_imp() 1229 ) -> Option<HalfMatch> { in search_imp()
|