Searched defs:LazyStateID (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/hybrid/ |
H A D | dfa.rs | 1218 current: LazyStateID, in next_state() 1220 ) -> Result<LazyStateID, CacheError> { in next_state() 1346 current: LazyStateID, in next_state_untagged() 1348 ) -> LazyStateID { in next_state_untagged() 1418 current: LazyStateID, in next_state_untagged_unchecked() 1420 ) -> LazyStateID { in next_state_untagged_unchecked() 1509 current: LazyStateID, in next_eoi_state() 1510 ) -> Result<LazyStateID, CacheError> { in next_eoi_state() 1558 ) -> Result<LazyStateID, StartError> { in start_state() 1597 ) -> Result<LazyStateID, MatchError> { in start_state_forward() [all …]
|
H A D | id.rs | 169 pub struct LazyStateID(u32); struct 171 impl LazyStateID { impl 190 pub(crate) fn new(id: usize) -> Result<LazyStateID, LazyStateIDError> { in new() 204 const fn new_unchecked(id: usize) -> LazyStateID { in new_unchecked() 228 pub(crate) const fn to_unknown(&self) -> LazyStateID { in to_unknown() 235 pub(crate) const fn to_dead(&self) -> LazyStateID { in to_dead() 242 pub(crate) const fn to_quit(&self) -> LazyStateID { in to_quit() 251 pub(crate) const fn to_start(&self) -> LazyStateID { in to_start() 260 pub(crate) const fn to_match(&self) -> LazyStateID { in to_match()
|
H A D | search.rs | 671 ) -> Result<LazyStateID, MatchError> { in init_fwd() 684 ) -> Result<LazyStateID, MatchError> { in init_rev() 697 sid: &mut LazyStateID, in eoi_fwd() 733 sid: &mut LazyStateID, in eoi_rev() 792 ) -> Result<LazyStateID, MatchError> { in prefilter_restart()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/meta/ |
H A D | stopat.rs | 182 sid: &mut crate::hybrid::LazyStateID, in hybrid_eoi_fwd()
|
H A D | limited.rs | 227 sid: &mut crate::hybrid::LazyStateID, in hybrid_eoi_rev()
|