Home
last modified time | relevance | path

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

/external/rust/crates/regex/src/
Ddfa.rs305 fn flags(&self) -> StateFlags { in flags()
410 struct StateFlags(u8); struct
1149 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() localVariable
1372 state_flags: StateFlags, in start_state()
1412 fn start_flags(&self, text: &[u8], at: usize) -> (EmptyFlags, StateFlags) { in start_flags() argument
1441 ) -> (EmptyFlags, StateFlags) { in start_flags_reverse() argument
1699 impl StateFlags { impl
1798 impl fmt::Debug for StateFlags { implementation
/external/libchrome/base/trace_event/
Dtrace_category.h21 enum StateFlags : uint8_t { enum
/external/mesa3d/src/mesa/program/
Dprog_parameter.h142 GLbitfield StateFlags; /**< _NEW_* flags indicating which state changes member