Searched refs:alternation_literals (Results 1 – 1 of 1) sorted by relevance
363 let lits = match alternation_literals(&parsed.exprs[0]) { in build_aho_corasick()1552 fn alternation_literals(expr: &Hir) -> Option<Vec<Vec<u8>>> { in alternation_literals() function