Home
last modified time | relevance | path

Searched defs:LazyStateIDError (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/hybrid/
H A Did.rs190 pub(crate) fn new(id: usize) -> Result<LazyStateID, LazyStateIDError> { in new() argument
331 pub(crate) struct LazyStateIDError { struct
335 impl LazyStateIDError { argument
343 impl std::error::Error for LazyStateIDError {} implementation
345 impl core::fmt::Display for LazyStateIDError { implementation
H A Derror.rs50 err: LazyStateIDError, in insufficient_state_id_capacity()
H A Ddfa.rs4287 ) -> Result<LazyStateID, LazyStateIDError> { in minimum_lazy_state_id() argument