Home
last modified time | relevance | path

Searched refs:CapturingGroupNames (Results 1 – 3 of 3) sorted by relevance

/external/regex-re2/re2/
Dre2.h450 const map<int, string>& CapturingGroupNames() const;
Dre2.cc284 const map<int, string>& RE2::CapturingGroupNames() const { in CapturingGroupNames() function in re2::RE2
/external/regex-re2/re2/testing/
Dre2_test.cc1351 TEST(RE2, CapturingGroupNames) { in TEST() argument
1356 const map<int, string>& have = re.CapturingGroupNames(); in TEST()