Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dperl_matcher_non_recursive.hpp66 struct saved_matched_paren : public saved_state struct
68 int index;
69 sub_match<BidiIterator> sub;
70 saved_matched_paren(int i, const sub_match<BidiIterator>& s) : saved_state(1), index(i), sub(s){} in saved_matched_paren() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dperl_matcher_non_recursive.hpp56 struct saved_matched_paren : public saved_state struct
58 int index;
59 sub_match<BidiIterator> sub;
60 saved_matched_paren(int i, const sub_match<BidiIterator>& s) : saved_state(1), index(i), sub(s){} in saved_matched_paren() function