Searched refs:CapturingGroupNames (Results 1 – 3 of 3) sorted by relevance
450 const map<int, string>& CapturingGroupNames() const;
284 const map<int, string>& RE2::CapturingGroupNames() const { in CapturingGroupNames() function in re2::RE2
1351 TEST(RE2, CapturingGroupNames) { in TEST() argument1356 const map<int, string>& have = re.CapturingGroupNames(); in TEST()