CaptureNames      307 third_party/re2/re2/re2.cc     group_names_ = suffix_regexp_->CaptureNames();
CaptureNames      377 third_party/re2/re2/regexp.h   map<int, string>* CaptureNames();
CaptureNames       61 third_party/re2/re2/testing/regexp_test.cc TEST(Regexp, CaptureNames) {
CaptureNames       68 third_party/re2/re2/testing/regexp_test.cc   const map<int, string>* have = x->CaptureNames();