Searched defs:StateFlags (Results 1 – 4 of 4) 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() localVariable1371 state_flags: StateFlags, in start_state()1410 fn start_flags(&self, text: &[u8], at: usize) -> (EmptyFlags, StateFlags) { in start_flags() argument1439 ) -> (EmptyFlags, StateFlags) { in start_flags_reverse() argument1693 impl StateFlags { implementation1792 impl fmt::Debug for StateFlags { implementation
23 enum StateFlags : uint8_t { enum
21 enum StateFlags : uint8_t { enum
142 GLbitfield StateFlags; /**< _NEW_* flags indicating which state changes member