Searched defs:nfa (Results 1 – 10 of 10) sorted by relevance
12 std::vector<int> RegexNode::createStates(NFA* nfa, const std::vector<int>& accept) const { in createStates()
37 NFAtoDFA(NFA* nfa) in NFAtoDFA()
186 NFA nfa; in process() local
175 NFA nfa; in process() local
210 mod nfa; module
490 nfa: &'a mut NFA<S>, field500 fn nfa(&mut self) -> &mut NFA<S> { in nfa() method604 nfa: NFA<S>, field1198 let nfa: NFA<usize> = Builder::new() in scratch() localVariable
1611 let nfa = self.nfa_builder.build(patterns)?; in build_with_size() localVariable
75 nfa: Program, field181 pub fn nfa(mut self) -> Self { in nfa() method317 let mut nfa = Compiler::new() in build() localVariable