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

  /external/chromium_org/third_party/re2/re2/
simplify.cc 103 class SimplifyWalker : public Regexp::Walker<Regexp*> {
105 SimplifyWalker() {}
115 // These functions are declared inside SimplifyWalker so that
133 DISALLOW_EVIL_CONSTRUCTORS(SimplifyWalker);
148 SimplifyWalker w;
154 Regexp* SimplifyWalker::Copy(Regexp* re) {
158 Regexp* SimplifyWalker::ShortVisit(Regexp* re, Regexp* parent_arg) {
161 LOG(DFATAL) << "SimplifyWalker::ShortVisit called";
165 Regexp* SimplifyWalker::PreVisit(Regexp* re, Regexp* parent_arg, bool* stop) {
173 Regexp* SimplifyWalker::PostVisit(Regexp* re
    [all...]
  /external/regex-re2/re2/
simplify.cc 103 class SimplifyWalker : public Regexp::Walker<Regexp*> {
105 SimplifyWalker() {}
115 // These functions are declared inside SimplifyWalker so that
133 DISALLOW_EVIL_CONSTRUCTORS(SimplifyWalker);
148 SimplifyWalker w;
154 Regexp* SimplifyWalker::Copy(Regexp* re) {
158 Regexp* SimplifyWalker::ShortVisit(Regexp* re, Regexp* parent_arg) {
161 LOG(DFATAL) << "SimplifyWalker::ShortVisit called";
165 Regexp* SimplifyWalker::PreVisit(Regexp* re, Regexp* parent_arg, bool* stop) {
173 Regexp* SimplifyWalker::PostVisit(Regexp* re
    [all...]

Completed in 45 milliseconds