Home
last modified time | relevance | path

Searched refs:extendlit (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/regex/src/
Dexec.rs1568 let extendlit = |lit: &Literal, dst: &mut Vec<u8>| match *lit { in alternation_literals() localVariable
1582 HirKind::Literal(ref x) => extendlit(x, &mut lit), in alternation_literals()
1586 HirKind::Literal(ref x) => extendlit(x, &mut lit), in alternation_literals()