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

  /external/regex-re2/re2/testing/
null_walker.cc 19 bool ShortVisit(Regexp* re, bool a) {
21 LOG(DFATAL) << "NullWalker::ShortVisit called";
  /external/regex-re2/re2/
mimics_pcre.cc 43 bool ShortVisit(Regexp* re, bool a) {
45 LOG(DFATAL) << "EmptyStringWalker::ShortVisit called";
120 bool ShortVisit(Regexp* re, bool a) {
122 LOG(DFATAL) << "EmptyStringWalker::ShortVisit called";
walker-inl.h 62 virtual T ShortVisit(Regexp* re, T parent_arg) = 0;
74 // If the walk *is* cut off early, ShortVisit(re)
175 t = ShortVisit(re, s->parent_arg);
simplify.cc 112 virtual Regexp* ShortVisit(Regexp* re, Regexp* parent_arg);
158 Regexp* SimplifyWalker::ShortVisit(Regexp* re, Regexp* parent_arg) {
161 LOG(DFATAL) << "SimplifyWalker::ShortVisit called";
tostring.cc 38 virtual int ShortVisit(Regexp* re, int parent_arg) {
prefilter.cc 496 virtual Info* ShortVisit(
523 Prefilter::Info* Prefilter::Info::Walker::ShortVisit(
regexp.cc 512 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) {
514 LOG(DFATAL) << "NumCapturesWalker::ShortVisit called";
556 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) {
558 LOG(DFATAL) << "NamedCapturesWalker::ShortVisit called";
596 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) {
598 LOG(DFATAL) << "CaptureNamesWalker::ShortVisit called";
compile.cc 149 Frag ShortVisit(Regexp* re, Frag parent_arg);
676 Frag Compiler::ShortVisit(Regexp* re, Frag) {
    [all...]

Completed in 282 milliseconds