Home
last modified time | relevance | path

Searched refs:IterCaptureNames (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/regex/regex-capi/src/
Drure.rs52 pub struct IterCaptureNames { struct
247 ) -> *mut IterCaptureNames {
249 Box::into_raw(Box::new(IterCaptureNames {
257 fn rure_iter_capture_names_free(it: *mut IterCaptureNames) {
270 it: *mut IterCaptureNames,