ncap_              60 third_party/re2/re2/bitstate.cc   int ncap_;
ncap_              79 third_party/re2/re2/bitstate.cc     ncap_(0),
ncap_             229 third_party/re2/re2/bitstate.cc             if (0 <= ip->cap() && ip->cap() < ncap_) {
ncap_             319 third_party/re2/re2/bitstate.cc   ncap_ = 2*nsubmatch;
ncap_             320 third_party/re2/re2/bitstate.cc   if (ncap_ < 2)
ncap_             321 third_party/re2/re2/bitstate.cc     ncap_ = 2;
ncap_             322 third_party/re2/re2/bitstate.cc   cap_ = new const char*[ncap_];
ncap_             323 third_party/re2/re2/bitstate.cc   memset(cap_, 0, ncap_*sizeof cap_[0]);
ncap_             156 third_party/re2/re2/parse.cc   int ncap_;  // number of capturing parens seen
ncap_             505 third_party/re2/re2/parse.cc   re->cap_ = ++ncap_;