/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/ |
D | u32regex_token_iterator.hpp | 141 int submatch = 0, match_flag_type m = match_default) in u32regex_token_iterator() 215 …char*> make_u32regex_token_iterator(const char* p, const u32regex& e, int submatch = 0, regex_cons… in make_u32regex_token_iterator() 220 …t*> make_u32regex_token_iterator(const wchar_t* p, const u32regex& e, int submatch = 0, regex_cons… in make_u32regex_token_iterator() 226 …har*> make_u32regex_token_iterator(const UChar* p, const u32regex& e, int submatch = 0, regex_cons… in make_u32regex_token_iterator() 232 …(const std::basic_string<charT, Traits, Alloc>& p, const u32regex& e, int submatch = 0, regex_cons… in make_u32regex_token_iterator() 237 …ator(const U_NAMESPACE_QUALIFIER UnicodeString& s, const u32regex& e, int submatch = 0, regex_cons… in make_u32regex_token_iterator() 275 …e_u32regex_token_iterator(const char* p, const u32regex& e, const std::vector<int>& submatch, rege… in make_u32regex_token_iterator() 280 …32regex_token_iterator(const wchar_t* p, const u32regex& e, const std::vector<int>& submatch, rege… in make_u32regex_token_iterator() 286 …_u32regex_token_iterator(const UChar* p, const u32regex& e, const std::vector<int>& submatch, rege… in make_u32regex_token_iterator() 292 …::basic_string<charT, Traits, Alloc>& p, const u32regex& e, const std::vector<int>& submatch, rege… in make_u32regex_token_iterator() [all …]
|
D | regex_token_iterator.hpp | 142 int submatch = 0, match_flag_type m = match_default) in regex_token_iterator() 219 …x_token_iterator(const charT* p, const basic_regex<charT, traits>& e, int submatch = 0, regex_cons… in make_regex_token_iterator() 224 …:basic_string<charT, ST, SA>& p, const basic_regex<charT, traits>& e, int submatch = 0, regex_cons… in make_regex_token_iterator() 239 …erator(const charT* p, const basic_regex<charT, traits>& e, const std::vector<int>& submatch, rege… in make_regex_token_iterator() 244 …ing<charT, ST, SA>& p, const basic_regex<charT, traits>& e, const std::vector<int>& submatch, rege… in make_regex_token_iterator()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/ |
D | u32regex_token_iterator.hpp | 173 int submatch = 0, match_flag_type m = match_default) in u32regex_token_iterator() 260 …char*> make_u32regex_token_iterator(const char* p, const u32regex& e, int submatch = 0, regex_cons… in make_u32regex_token_iterator() 265 …t*> make_u32regex_token_iterator(const wchar_t* p, const u32regex& e, int submatch = 0, regex_cons… in make_u32regex_token_iterator() 271 …har*> make_u32regex_token_iterator(const UChar* p, const u32regex& e, int submatch = 0, regex_cons… in make_u32regex_token_iterator() 277 …(const std::basic_string<charT, Traits, Alloc>& p, const u32regex& e, int submatch = 0, regex_cons… in make_u32regex_token_iterator() 282 …ator(const U_NAMESPACE_QUALIFIER UnicodeString& s, const u32regex& e, int submatch = 0, regex_cons… in make_u32regex_token_iterator() 320 …e_u32regex_token_iterator(const char* p, const u32regex& e, const std::vector<int>& submatch, rege… in make_u32regex_token_iterator() 325 …32regex_token_iterator(const wchar_t* p, const u32regex& e, const std::vector<int>& submatch, rege… in make_u32regex_token_iterator() 331 …_u32regex_token_iterator(const UChar* p, const u32regex& e, const std::vector<int>& submatch, rege… in make_u32regex_token_iterator() 337 …::basic_string<charT, Traits, Alloc>& p, const u32regex& e, const std::vector<int>& submatch, rege… in make_u32regex_token_iterator() [all …]
|
D | regex_token_iterator.hpp | 187 int submatch = 0, match_flag_type m = match_default) in regex_token_iterator() 279 …x_token_iterator(const charT* p, const basic_regex<charT, traits>& e, int submatch = 0, regex_cons… in make_regex_token_iterator() 284 …:basic_string<charT, ST, SA>& p, const basic_regex<charT, traits>& e, int submatch = 0, regex_cons… in make_regex_token_iterator() 299 …erator(const charT* p, const basic_regex<charT, traits>& e, const std::vector<int>& submatch, rege… in make_regex_token_iterator() 304 …ing<charT, ST, SA>& p, const basic_regex<charT, traits>& e, const std::vector<int>& submatch, rege… in make_regex_token_iterator()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | backtrack.cc | 101 StringPiece* submatch, int nsubmatch) { in Search()
|
D | tester.cc | 108 StringPiece submatch[kMaxSubmatch]; member
|
/aosp_15_r20/external/regex-re2/re2/testing/ |
H A D | backtrack.cc | 105 StringPiece* submatch, int nsubmatch) { in Search()
|
H A D | tester.cc | 93 StringPiece submatch[kMaxSubmatch]; member
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/ |
H A D | backtrack.cc | 100 absl::string_view* submatch, int nsubmatch) { in Search()
|
H A D | tester.cc | 109 absl::string_view submatch[kMaxSubmatch]; member
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/ |
H A D | bitstate.cc | 288 bool anchored, bool longest, absl::string_view* submatch, in Search()
|
H A D | nfa.cc | 448 bool anchored, bool longest, absl::string_view* submatch, in Search()
|
H A D | re2.cc | 652 absl::string_view* submatch, in Match()
|
/aosp_15_r20/external/regex-re2/re2/ |
H A D | bitstate.cc | 294 StringPiece* submatch, int nsubmatch) { in Search()
|
H A D | nfa.cc | 436 StringPiece* submatch, int nsubmatch) { in Search()
|
H A D | re2.cc | 575 StringPiece* submatch, in GlobalReplace()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | bitstate.cc | 290 StringPiece* submatch, int nsubmatch) { in Search()
|
D | nfa.cc | 450 StringPiece* submatch, int nsubmatch) { in Search()
|
D | re2.cc | 620 StringPiece* submatch, in GlobalReplace()
|