Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/
H A Dcompiler.rs33 which_captures: Option<WhichCaptures>, field
410 pub fn which_captures(mut self, which_captures: WhichCaptures) -> Config { in which_captures() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/meta/
H A Dregex.rs2440 which_captures: Option<WhichCaptures>, field
2697 pub fn which_captures(mut self, which_captures: WhichCaptures) -> Config { in which_captures() method