Searched refs:TXT_32 (Results 1 – 1 of 1) sorted by relevance
/third_party/rust/crates/regex/bench/src/ |
D | misc.rs | 104 const TXT_32: &'static str = include_str!("data/32.txt"); constant 125 bench_match!(easy0_32, easy0!(), get_text(TXT_32, easy0_suffix())); 140 bench_match!(easy1_32, easy1!(), get_text(TXT_32, easy1_suffix())); 155 bench_match!(medium_32, medium!(), get_text(TXT_32, medium_suffix())); 170 bench_match!(hard_32, hard!(), get_text(TXT_32, hard_suffix())); 190 get_text(TXT_32, reallyhard_suffix())
|