Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-capi/include/
H A Drure.h389 * rure_captures_len(captures).)
396 * rure_captures_len returns the number of capturing groups in the given
399 size_t rure_captures_len(rure_captures *captures);
/third_party/rust/crates/regex/regex-capi/src/
H A Drure.rs437 fn rure_captures_len(captures: *const Captures) -> size_t { in rure_captures_len() functions
/third_party/rust/crates/regex/regex-capi/ctest/
H A Dtest.c106 size_t captures_len = rure_captures_len(caps); in test_captures()

Completed in 2 milliseconds