Searched defs:StateFlags (Results 1 – 3 of 3) sorted by relevance
305 fn flags(&self) -> StateFlags { in flags()410 struct StateFlags(u8); struct1149 mut state_flags: StateFlags, in cached_state()1191 state_flags: &mut StateFlags, in cached_state_key()1236 let StateFlags(f) = *state_flags; in cached_state_key() localVariable1372 state_flags: StateFlags, in start_state()1412 fn start_flags(&self, text: &[u8], at: usize) -> (EmptyFlags, StateFlags) { in start_flags() argument1441 ) -> (EmptyFlags, StateFlags) { in start_flags_reverse() argument1699 impl StateFlags { impl1798 impl fmt::Debug for StateFlags { implementation
21 enum StateFlags : uint8_t { enum
142 GLbitfield StateFlags; /**< _NEW_* flags indicating which state changes member