Searched refs:ncapture_ (Results 1 – 2 of 2) sorted by relevance
112 memmove(dst, src, ncapture_*sizeof src[0]); in CopyCapture()117 int ncapture_; // number of submatches to track member in re2::NFA136 ncapture_ = 0; in NFA()171 t->capture = new const char*[ncapture_]; in AllocThread()269 if ((j=ip->cap()) < ncapture_) { in AddToThreadq()434 for (int i = 0; i < ncapture_; i+=2) { in FormatCapture()480 ncapture_ = 2*nsubmatch; in Search()487 ncapture_ = 2; in Search()490 match_ = new const char*[ncapture_]; in Search()491 memset(match_, 0, ncapture_*sizeof match_[0]); in Search()[all …]
536 NumCapturesWalker() : ncapture_(0) {} in NumCapturesWalker()537 int ncapture() { return ncapture_; } in ncapture()541 ncapture_++; in PreVisit()554 int ncapture_; member in re2::NumCapturesWalker