HomeSort by relevance Sort by last modified time
    Searched defs: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;
  /external/regex-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;

Completed in 62 milliseconds