Home
last modified time | relevance | path

Searched refs:Transitions (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/aho-corasick/src/
H A Dnfa.rs191 let trans = Transitions::Dense(Dense::new()); in add_dense_state()
204 let trans = Transitions::Sparse(vec![]); in add_sparse_state()
291 trans: Transitions<S>,
369 /// Transitions have either a sparse representation, which is slower for
372 /// of a state implies a transition to `fail_id()`. Transitions to `dead_id()`
379 enum Transitions<S> { enum
384 impl<S: StateID> Transitions<S> { impls
387 Transitions::Sparse(ref sparse) => { in heap_bytes()
390 Transitions::Dense(ref dense) => dense.len() * size_of::<S>(), in heap_bytes()
396 Transitions in next_state()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAutomaton.h182 /// \param Transitions The Transitions table as created by TableGen. Note that
193 Automaton(ArrayRef<InfoT> Transitions, in Automaton() argument
200 for (const auto &I : Transitions)
/third_party/rust/crates/regex/src/
H A Ddfa.rs127 trans: Transitions,
161 struct Transitions { structure names
421 trans: Transitions::new(num_byte_classes), in new()
1639 impl Transitions { impls
1644 fn new(num_byte_classes: usize) -> Transitions { in new()
1645 Transitions { table: vec![], num_byte_classes } in new()
1760 impl fmt::Debug for Transitions {
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 27 milliseconds