Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dtranslate.rs107 stack: RefCell<Vec<HirFrame>>,
134 /// An HirFrame is a single stack frame, represented explicitly, which is
141 enum HirFrame { enum
186 impl HirFrame { impls
190 HirFrame::Expr(expr) => expr, in unwrap_expr()
191 _ => panic!("tried to unwrap expr from HirFrame, got: {:?}", self), in unwrap_expr()
199 HirFrame::ClassUnicode(cls) => cls, in unwrap_class_unicode()
202 from HirFrame, got: {:?}", in unwrap_class_unicode()
212 HirFrame::ClassBytes(cls) => cls, in unwrap_class_bytes()
215 from HirFrame, go in unwrap_class_bytes()
[all...]

Completed in 2 milliseconds