Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
H A Dcompile.rs33 insts: Vec<MaybeInst>,
814 self.insts.push(MaybeInst::Compiled(inst)); in push_compiled()
819 self.insts.push(MaybeInst::Uncompiled(inst)); in push_hole()
825 self.insts.push(MaybeInst::Split); in push_split_hole()
866 enum MaybeInst { enum
874 impl MaybeInst { impls
877 MaybeInst::Split => MaybeInst::Split1(goto), in fill()
878 MaybeInst::Uncompiled(ref inst) => { in fill()
879 MaybeInst in fill()
[all...]

Completed in 2 milliseconds