Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/hybrid/
H A 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 …]
H A Ddfa.rs593 ) -> 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 Dregex.rs446 ) -> 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 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 …]
H A 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 …]
H A Donepass.rs1892 ) -> 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 Dregex.rs478 ) -> 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 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 …]
H A 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
H A 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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/util/
H A Derror.rs130 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/
Derror.rs97 pub enum MatchError { enum
106 impl MatchError { implementation
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
Dtree.rs339 ) -> 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 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 …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/search/
Dsearch.go75 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 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
H A 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
H A Dtransducer.rs50 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 Ddfa.rs192 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 Dstopat.rs148 ) -> Result<(), MatchError> { in dfa_eoi_fwd() argument
184 ) -> Result<(), MatchError> { in hybrid_eoi_fwd() argument
H A Dlimited.rs195 ) -> 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/
Dpath_router.rs445 ) -> Result<matchit::Match<'n, 'p, &'n RouteId>, MatchError> { in at() argument
/aosp_15_r20/external/leveldb/db/
H A Dlog_test.cc104 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 Dcontiguous.rs178 fn start_state(&self, anchored: Anchored) -> Result<StateID, MatchError> { in start_state() argument

12