Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-syntax/src/ast/
Dmod.rs1229 CaptureName(CaptureName), enumerator
1239 pub struct CaptureName { struct
1241 pub span: Span,
1243 pub name: String,
1245 pub index: u32,
Dparse.rs1256 ) -> Result<ast::CaptureName> { in parse_capture_name()
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dmod.rs1356 CaptureName { enumerator