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

  /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";
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 469 virtual Info* ShortVisit(
492 Prefilter::Info* Prefilter::Info::Walker::ShortVisit(
compile.cc 148 Frag ShortVisit(Regexp* re, Frag parent_arg);
675 Frag Compiler::ShortVisit(Regexp* re, Frag) {
    [all...]
regexp.cc 501 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) {
503 LOG(DFATAL) << "NumCapturesWalker::ShortVisit called";
545 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) {
547 LOG(DFATAL) << "NamedCapturesWalker::ShortVisit called";
585 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) {
587 LOG(DFATAL) << "CaptureNamesWalker::ShortVisit called";

Completed in 303 milliseconds