Home | History | Annotate | Download | only in re2

Lines Matching refs:Ignored

488 typedef int Ignored;  // Walker<void> doesn't exist
491 class NumCapturesWalker : public Regexp::Walker<Ignored> {
496 virtual Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) {
499 return ignored;
501 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) {
504 return ignored;
519 class NamedCapturesWalker : public Regexp::Walker<Ignored> {
530 Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) {
542 return ignored;
545 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) {
548 return ignored;
563 class CaptureNamesWalker : public Regexp::Walker<Ignored> {
574 Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) {
582 return ignored;
585 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) {
588 return ignored;