Home
last modified time | relevance | path

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

/external/regex-re2/re2/
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