Searched refs:bench_match (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/regex/bench/src/ |
H A D | misc.rs | 14 bench_match!( 26 bench_match!(literal, r"y", { 30 bench_match!(not_literal, r".y", { 34 bench_match!(match_class, "[abcdw]", { 38 bench_match!(match_class_in_range, "[ac]", { 44 bench_match!(match_class_unicode, r"\p{L}", { 56 bench_match!(anchored_literal_short_match, r"^.bc(d|e)", { 60 bench_match!(anchored_literal_long_match, r"^.bc(d|e)", { 64 bench_match!(one_pass_short, r"^.bc(d|e)*$", { 68 bench_match!(one_pass_short_no [all...] |
H A D | bench.rs | 88 // USAGE: bench_match!(name, pattern, haystack) 99 macro_rules! bench_match { macros
|
Completed in 1 milliseconds