Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/bench/src/ffi/
Dre2.rs119 type re2_regexp = c_void; typedef
134 fn re2_regexp_new(pat: re2_string) -> *mut re2_regexp; in re2_regexp_new()
135 fn re2_regexp_free(re: *mut re2_regexp); in re2_regexp_free()
137 re: *mut re2_regexp, in re2_regexp_match()
143 re: *mut re2_regexp, in re2_regexp_find()
Dre2.cpp9 typedef void re2_regexp; typedef