Lines Matching full:walker
14 #include "re2/walker-inl.h"
122 class Compiler : public Regexp::Walker<Frag> {
138 // Interface for Regexp::Walker, which helps traverse the Regexp.
857 // but handles (\A(a|b)). Could use the Walker to write a more exact one.
905 // but handles ((a|b)\z). Could use the Walker to write a more exact one.