NumCaptures       912 third_party/re2/re2/re2.cc     num_captures_ = suffix_regexp_->NumCaptures();
NumCaptures       366 third_party/re2/re2/regexp.h   int NumCaptures();
NumCaptures        48 third_party/re2/re2/testing/regexp_test.cc   EXPECT_EQ(4, x->NumCaptures());
NumCaptures        67 third_party/re2/re2/testing/regexp_test.cc   EXPECT_EQ(4, x->NumCaptures());
NumCaptures       186 third_party/re2/re2/testing/tester.cc   num_captures_ = regexp_->NumCaptures();