HomeSort by relevance Sort by last modified time
    Searched refs:NumCapturesWalker (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/re2/re2/
regexp.cc 502 class NumCapturesWalker : public Regexp::Walker<Ignored> {
504 NumCapturesWalker() : ncapture_(0) {}
514 LOG(DFATAL) << "NumCapturesWalker::ShortVisit called";
520 DISALLOW_EVIL_CONSTRUCTORS(NumCapturesWalker);
524 NumCapturesWalker w;
regexp.h 367 friend class NumCapturesWalker;

Completed in 58 milliseconds