Home
last modified time | relevance | path

Searched defs:MatchError (Results 1 – 25 of 48) sorted by relevance

12

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/util/
Derror.rs130 pub struct MatchError(alloc::boxed::Box<MatchErrorKind>); struct
132 impl MatchError { impl
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
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/util/
Derror.rs130 pub struct MatchError(alloc::boxed::Box<MatchErrorKind>); struct
132 impl MatchError { impl
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
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/hybrid/
Dsearch.rs17 ) -> 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 …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/hybrid/
Dsearch.rs17 ) -> 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 …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/dfa/
Dsearch.rs18 ) -> 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 …]
Dautomaton.rs284 ) -> 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 …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/dfa/
Dsearch.rs18 ) -> 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 …]
Dautomaton.rs284 ) -> 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 …]
/external/rust/android-crates-io/crates/matchit/src/
Derror.rs97 pub enum MatchError { enum
106 impl MatchError { impl
116 impl fmt::Display for MatchError { implementation
128 impl std::error::Error for MatchError {} implementation
Drouter.rs59 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
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/util/
Diter.rs263 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 …]
Dempty.rs166 ) -> 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
Dsearch.rs1783 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
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/util/
Diter.rs263 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 …]
Dempty.rs166 ) -> 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
Dsearch.rs1783 pub struct MatchError( struct
1788 impl MatchError { impl
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
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/nfa/thompson/
Dbacktrack.rs903 ) -> 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 …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/nfa/thompson/
Dbacktrack.rs903 ) -> 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 …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/
Dahocorasick.rs1024 ) -> 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
Dautomaton.rs210 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
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/
Dahocorasick.rs1024 ) -> 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
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/meta/
Dstopat.rs148 ) -> Result<(), MatchError> { in dfa_eoi_fwd() argument
184 ) -> Result<(), MatchError> { in hybrid_eoi_fwd() argument
Dlimited.rs195 ) -> Result<(), MatchError> { in dfa_eoi_rev() argument
229 ) -> Result<(), MatchError> { in hybrid_eoi_rev() argument
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/meta/
Dstopat.rs148 ) -> Result<(), MatchError> { in dfa_eoi_fwd() argument
184 ) -> Result<(), MatchError> { in hybrid_eoi_fwd() argument
Dlimited.rs195 ) -> Result<(), MatchError> { in dfa_eoi_rev() argument
229 ) -> Result<(), MatchError> { in hybrid_eoi_rev() argument

12