Searched defs:PreVisit (Results 1 – 6 of 6) sorted by relevance
/external/regex-re2/re2/ | ||
D | tostring.cc | 61 int ToStringWalker::PreVisit(Regexp* re, int parent_arg, bool* stop) { in PreVisit() function in re2::ToStringWalker |
D | walker-inl.h | 98 template<typename T> T Regexp::Walker<T>::PreVisit(Regexp* re, in PreVisit() function |
D | regexp.cc | 496 virtual Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) { in PreVisit() function in re2::NumCapturesWalker |
D | simplify.cc | 165 Regexp* SimplifyWalker::PreVisit(Regexp* re, Regexp* parent_arg, bool* stop) { in PreVisit() function in re2::SimplifyWalker |
D | compile.cc | 681 Frag Compiler::PreVisit(Regexp* re, Frag, bool* stop) { in PreVisit() function in re2::Compiler |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ | ||
D | intermediate.h | 483 PreVisit, enumerator |