Searched defs:StateMut (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/ |
D | sparse.rs | 1171 struct StateMut<'a, S: StateID = usize> { struct 1191 impl<'a, S: StateID> StateMut<'a, S> { argument 1199 impl<'a, S: StateID> fmt::Debug for StateMut<'a, S> { implementation
|
D | dense.rs | 1815 pub(crate) struct StateMut<'a, S: 'a> { struct 1820 impl<'a, S: StateID> StateMut<'a, S> { implementation 1834 impl<'a, S: StateID> fmt::Debug for StateMut<'a, S> { implementation
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/ |
H A D | sparse.rs | 2434 struct StateMut<'a> { struct 2436 id: StateID, 2438 is_match: bool, 2462 impl<'a> StateMut<'a> { argument 2472 impl<'a> fmt::Debug for StateMut<'a> { implementation
|