Home
last modified time | relevance | path

Searched defs:re2_string (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/regex/bench/src/ffi/
Dre2.cpp11 typedef struct re2_string { struct
14 } re2_string; argument
Dre2.rs122 struct re2_string { struct
127 impl<'a> From<&'a str> for re2_string { argument
128 fn from(s: &'a str) -> re2_string { in from()
138 text: re2_string, in re2_regexp_match()
144 text: re2_string, in re2_regexp_find()