OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimplifyWalker
(Results
1 - 4
of
4
) 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
...]
regexp.h
215
class
SimplifyWalker
;
356
friend class
SimplifyWalker
;
/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
...]
regexp.h
215
class
SimplifyWalker
;
356
friend class
SimplifyWalker
;
Completed in 70 milliseconds