Home
last modified time | relevance | path

Searched refs:CaptureNames (Results 1 – 4 of 4) sorted by relevance

/external/regex-re2/re2/testing/
Dregexp_test.cc61 TEST(Regexp, CaptureNames) { in TEST() argument
68 const map<int, string>* have = x->CaptureNames(); in TEST()
/external/regex-re2/re2/
Dregexp.h377 map<int, string>* CaptureNames();
Dregexp.cc607 map<int, string>* Regexp::CaptureNames() { in CaptureNames() function in re2::Regexp
Dre2.cc289 group_names_ = suffix_regexp_->CaptureNames(); in CapturingGroupNames()