Home
last modified time | relevance | path

Searched defs:RetryFailError (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/meta/
H A Derror.rs200 pub(crate) struct RetryFailError { struct
204 impl RetryFailError { impl
205 pub(crate) fn from_offset(offset: usize) -> RetryFailError { in from_offset()
211 impl std::error::Error for RetryFailError {} implementation
213 impl core::fmt::Display for RetryFailError { implementation
225 impl From<MatchError> for RetryFailError { implementation
226 fn from(merr: MatchError) -> RetryFailError { in from()
H A Dwrappers.rs645 ) -> Result<Option<Match>, RetryFailError> { in try_search() argument
664 ) -> Result<Option<HalfMatch>, RetryFailError> { in try_search_half_fwd() argument
684 ) -> Result<Result<HalfMatch, usize>, RetryFailError> { in try_search_half_fwd_stopat() argument
706 ) -> Result<Option<HalfMatch>, RetryFailError> { in try_search_half_rev() argument
750 ) -> Result<(), RetryFailError> { in try_which_overlapping_matches() argument
949 ) -> Result<Option<Match>, RetryFailError> { in try_search() argument
966 ) -> Result<Option<HalfMatch>, RetryFailError> { in try_search_half_fwd() argument
984 ) -> Result<Result<HalfMatch, usize>, RetryFailError> { in try_search_half_fwd_stopat() argument
1002 ) -> Result<Option<HalfMatch>, RetryFailError> { in try_search_half_rev() argument
1042 ) -> Result<(), RetryFailError> { in try_which_overlapping_matches() argument
H A Dstopat.rs55 ) -> Result<Result<HalfMatch, usize>, RetryFailError> { in dfa_try_search_half_fwd() argument
104 ) -> Result<Result<HalfMatch, usize>, RetryFailError> { in hybrid_try_search_half_fwd() argument
H A Dstrategy.rs554 ) -> Option<Result<Option<Match>, RetryFailError>> { in try_search_mayfail() argument
950 ) -> Result<Option<HalfMatch>, RetryFailError> { in try_search_half_anchored_rev() argument
1249 ) -> Result<Option<HalfMatch>, RetryFailError> { in try_search_half_fwd() argument
1701 ) -> Result<Result<HalfMatch, usize>, RetryFailError> { in try_search_half_fwd_stopat() argument