Home
last modified time | relevance | path

Searched refs:pcre1 (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/regex/bench/
H A Drun4 echo "Usage: $(basename $0) [rust | rust-bytes | pcre1 | pcre2 | re2 | onig | tcl ]" >&2
24 pcre1)
25 exec cargo bench --bench bench --features re-pcre1 "$@"
/third_party/rust/crates/regex/bench/src/ffi/
H A Dmod.rs7 #[cfg(feature = "re-pcre1")]
8 pub mod pcre1; modules
/third_party/rust/crates/regex/bench/src/
H A Dbench.rs12 if #[cfg(feature = "re-pcre1")] {
13 pub use ffi::pcre1::Regex;
293 feature = "re-pcre1",

Completed in 2 milliseconds