Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-capi/include/
Drure.h61 typedef struct rure_match { struct
66 } rure_match; argument
/third_party/rust/crates/regex/regex-capi/src/
Drure.rs39 pub struct rure_match { struct
40 pub start: size_t,
41 pub end: size_t,