/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() argument 56 ) -> Result<Option<HalfMatch>, MatchError> { in find_fwd_imp() argument 300 ) -> Result<Option<HalfMatch>, MatchError> { in find_rev() argument 317 ) -> Result<Option<HalfMatch>, MatchError> { in find_rev_imp() argument 448 ) -> Result<(), MatchError> { in find_overlapping_fwd() argument 472 ) -> Result<(), MatchError> { in find_overlapping_fwd_imp() argument 572 ) -> Result<(), MatchError> { in find_overlapping_rev() argument 671 ) -> Result<LazyStateID, MatchError> { in init_fwd() argument 684 ) -> Result<LazyStateID, MatchError> { in init_rev() argument 699 ) -> Result<(), MatchError> { in eoi_fwd() argument [all …]
|
H A D | dfa.rs | 593 ) -> Result<Option<HalfMatch>, MatchError> { in try_search_fwd() argument 794 ) -> Result<Option<HalfMatch>, MatchError> { in try_search_rev() argument 901 ) -> Result<(), MatchError> { in try_search_overlapping_fwd() argument 1045 ) -> Result<(), MatchError> { in try_search_overlapping_rev() argument 1133 ) -> Result<(), MatchError> { in try_which_overlapping_matches() argument 1597 ) -> Result<LazyStateID, MatchError> { in start_state_forward() argument 1634 ) -> Result<LazyStateID, MatchError> { in start_state_reverse() argument 4249 ) -> Result<(), MatchError> in skip_empty_utf8_splits_overlapping() argument
|
H A D | regex.rs | 446 ) -> Result<Option<Match>, MatchError> { in try_search() argument
|
/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() argument 50 ) -> Result<Option<HalfMatch>, MatchError> { in find_fwd_imp() argument 192 ) -> Result<Option<HalfMatch>, MatchError> { in find_rev() argument 208 ) -> Result<Option<HalfMatch>, MatchError> { in find_rev_imp() argument 316 ) -> Result<(), MatchError> { in find_overlapping_fwd() argument 339 ) -> Result<(), MatchError> { in find_overlapping_fwd_imp() argument 449 ) -> Result<(), MatchError> { in find_overlapping_rev() argument 555 ) -> Result<StateID, MatchError> { in init_fwd() argument 567 ) -> Result<StateID, MatchError> { in init_rev() argument 581 ) -> Result<(), MatchError> { in eoi_fwd() argument [all …]
|
H A D | automaton.rs | 284 ) -> Result<StateID, MatchError> { in start_state_forward() argument 318 ) -> Result<StateID, MatchError> { in start_state_reverse() argument 1300 ) -> Result<Option<HalfMatch>, MatchError> { in try_search_fwd() argument 1489 ) -> Result<Option<HalfMatch>, MatchError> { in try_search_rev() argument 1586 ) -> Result<(), MatchError> { in try_search_overlapping_fwd() argument 1723 ) -> Result<(), MatchError> { in try_search_overlapping_rev() argument 1812 ) -> Result<(), MatchError> { in try_which_overlapping_matches() argument 1861 ) -> Result<StateID, MatchError> { in start_state_forward() argument 1869 ) -> Result<StateID, MatchError> { in start_state_reverse() argument 1952 ) -> Result<Option<HalfMatch>, MatchError> { in try_search_fwd() argument [all …]
|
H A D | onepass.rs | 1892 ) -> Result<(), MatchError> { in try_search() argument 1976 ) -> Result<Option<PatternID>, MatchError> { in try_search_slots() argument 2008 ) -> Result<Option<PatternID>, MatchError> { in try_search_slots_imp() argument 2045 ) -> Result<Option<PatternID>, MatchError> { in search_imp() argument 2238 fn start_pattern(&self, pid: PatternID) -> Result<StateID, MatchError> { in start_pattern() argument
|
H A D | regex.rs | 478 ) -> Result<Option<Match>, MatchError> { in try_search() argument
|
/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() argument 378 F: FnMut(&Input<'_>) -> Result<Option<Match>, MatchError>, in advance() argument 399 ) -> Result<Option<HalfMatch>, MatchError> in try_advance_half() argument 427 ) -> Result<Option<Match>, MatchError> in try_advance() argument 493 F: FnMut(&Input<'_>) -> Result<Option<HalfMatch>, MatchError>, in into_half_matches_iter() argument 542 F: FnMut(&Input<'_>) -> Result<Option<Match>, MatchError>, in into_matches_iter() argument 613 F: FnMut(&Input<'_>, &mut Captures) -> Result<(), MatchError>, in into_captures_iter() argument 629 ) -> Result<Option<HalfMatch>, MatchError> in handle_overlapping_empty_half_match() argument 673 ) -> Result<Option<Match>, MatchError> in handle_overlapping_empty_match() argument 733 fn next(&mut self) -> Option<Result<HalfMatch, MatchError>> { in next() argument [all …]
|
H A D | search.rs | 1783 pub struct MatchError( struct 1788 impl MatchError { implementation 1793 pub fn new(kind: MatchErrorKind) -> MatchError { in new() 1815 pub fn quit(byte: u8, offset: usize) -> MatchError { in quit() 1824 pub fn gave_up(offset: usize) -> MatchError { in gave_up() 1833 pub fn haystack_too_long(len: usize) -> MatchError { in haystack_too_long() 1843 pub fn unsupported_anchored(mode: Anchored) -> MatchError { in unsupported_anchored() 1898 impl std::error::Error for MatchError {} implementation 1900 impl core::fmt::Display for MatchError { implementation
|
H A D | empty.rs | 166 ) -> Result<Option<T>, MatchError> in skip_splits_fwd() argument 180 ) -> Result<Option<T>, MatchError> in skip_splits_rev() argument 193 ) -> Result<Option<T>, MatchError> in skip_splits() argument
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/util/ |
H A D | error.rs | 130 pub struct MatchError(alloc::boxed::Box<MatchErrorKind>); struct 132 impl MatchError { implementation 137 pub fn new(kind: MatchErrorKind) -> MatchError { in new() 172 pub fn unsupported_stream(got: MatchKind) -> MatchError { in unsupported_stream() 182 pub fn unsupported_overlapping(got: MatchKind) -> MatchError { in unsupported_overlapping() 225 impl std::error::Error for MatchError {} implementation 227 impl core::fmt::Display for MatchError { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/matchit/src/ |
D | error.rs | 97 pub enum MatchError { enum 106 impl MatchError { implementation 116 impl fmt::Display for MatchError { implementation 128 impl std::error::Error for MatchError {} implementation
|
D | router.rs | 59 pub fn at<'m, 'p>(&'m self, path: &'p str) -> Result<Match<'m, 'p, &'m T>, MatchError> { in at() argument 89 ) -> Result<Match<'m, 'p, &'m mut T>, MatchError> { in at_mut() argument
|
D | tree.rs | 339 ) -> Result<(&'n UnsafeCell<T>, Params<'n, 'p>), MatchError> { in at() argument
|
/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 | 903 ) -> Result<bool, MatchError> { in try_is_match() argument 943 ) -> Result<Option<Match>, MatchError> { in try_find() argument 1020 ) -> Result<(), MatchError> { in try_captures() argument 1214 ) -> Result<(), MatchError> { in try_search() argument 1298 ) -> Result<Option<PatternID>, MatchError> { in try_search_slots() argument 1336 ) -> Result<Option<HalfMatch>, MatchError> { in try_search_slots_imp() argument 1362 ) -> Result<Option<HalfMatch>, MatchError> { in search_imp() argument 1583 fn next(&mut self) -> Option<Result<Match, MatchError>> { in next() argument 1621 fn next(&mut self) -> Option<Result<Captures, MatchError>> { in next() argument 1748 ) -> Result<(), MatchError> { in setup_search() argument [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/search/ |
D | search.go | 75 type MatchError struct { struct 76 Match *Match 77 Err error 80 func (e *MatchError) Error() string { 87 func (e *MatchError) Unwrap() error {
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/ |
H A D | ahocorasick.rs | 1024 ) -> Result<Option<Match>, MatchError> { in try_find() argument 1188 ) -> Result<(), MatchError> { in try_find_overlapping() argument 1278 ) -> Result<FindIter<'a, 'h>, MatchError> { in try_find_iter() argument 1353 ) -> Result<FindOverlappingIter<'a, 'h>, MatchError> { in try_find_overlapping_iter() argument 1680 ) -> Result<StreamFindIter<'a, R>, MatchError> { in try_stream_find_iter() argument 2663 fn start_state(&self, anchored: Anchored) -> Result<StateID, MatchError> { in start_state() argument 2761 ) -> Result<Option<Match>, MatchError> { in try_find() argument 2770 ) -> Result<(), MatchError> { in try_find_overlapping() argument 2781 ) -> Result<(), MatchError> { in enforce_anchored_consistency() argument
|
H A D | automaton.rs | 210 fn start_state(&self, anchored: Anchored) -> Result<StateID, MatchError>; in start_state() argument 357 ) -> Result<Option<Match>, MatchError> { in try_find() argument 371 ) -> Result<(), MatchError> { in try_find_overlapping() argument 643 fn start_state(&self, anchored: Anchored) -> Result<StateID, MatchError> { in start_state() argument 864 ) -> Result<FindIter<'a, 'h, A>, MatchError> { in new() argument 1070 ) -> Result<StreamChunkIter<'a, A, R>, MatchError> { in new() argument 1262 ) -> Result<Option<Match>, MatchError> { in try_find_fwd() argument 1291 ) -> Result<Option<Match>, MatchError> { in try_find_fwd_imp() argument 1427 ) -> Result<(), MatchError> { in try_find_overlapping_fwd() argument 1448 ) -> Result<(), MatchError> { in try_find_overlapping_fwd_imp() argument
|
H A D | transducer.rs | 50 pub fn new(aut: A) -> Result<Unanchored<A>, MatchError> { in new() argument 153 pub fn new(aut: A) -> Result<Anchored<A>, MatchError> { in new() argument
|
H A D | dfa.rs | 192 fn start_state(&self, anchored: Anchored) -> Result<StateID, MatchError> { in start_state() argument
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/meta/ |
H A D | stopat.rs | 148 ) -> Result<(), MatchError> { in dfa_eoi_fwd() argument 184 ) -> Result<(), MatchError> { in hybrid_eoi_fwd() argument
|
H A D | limited.rs | 195 ) -> Result<(), MatchError> { in dfa_eoi_rev() argument 229 ) -> Result<(), MatchError> { in hybrid_eoi_rev() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/ |
D | path_router.rs | 445 ) -> Result<matchit::Match<'n, 'p, &'n RouteId>, MatchError> { in at() argument
|
/aosp_15_r20/external/leveldb/db/ |
H A D | log_test.cc | 104 std::string MatchError(const std::string& msg) const { in MatchError() function in leveldb::log::LogTest
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/nfa/ |
H A D | contiguous.rs | 178 fn start_state(&self, anchored: Anchored) -> Result<StateID, MatchError> { in start_state() argument
|