Home
last modified time | relevance | path

Searched defs:capture_index (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/regex/tests/
Dapi.rs93 fn capture_index() { in capture_index() function
/third_party/rust/crates/regex/regex-capi/ctest/
Dtest.c119 int32_t capture_index = rure_capture_name_index(re, "snowman"); in test_captures() local
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dparse.rs230 capture_index: Cell<u32>, field
1199 let capture_index = self.next_capture_index(open_span)?; in parse_group() localVariable
1237 let capture_index = self.next_capture_index(open_span)?; in parse_group() localVariable
Dmod.rs1214 pub fn capture_index(&self) -> Option<u32> { in capture_index() method