Home
last modified time | relevance | path

Searched defs:capture_index (Results 1 – 6 of 6) 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
/third_party/node/deps/v8/src/regexp/
Dregexp-parser.cc139 int capture_index() const { return disjunction_capture_index_; } in capture_index() function in v8::internal::__anon9691355a0111::RegExpParserState
565 int capture_index = state->capture_index(); in ParseDisjunction() local
/third_party/node/deps/v8/src/runtime/
Druntime-regexp.cc278 const int capture_index = LookupNamedCapture( in ParseReplacementPattern() local
1031 const int capture_index = LookupNamedCapture( in GetNamedCapture() local