Home | History | Annotate | Download | only in testing

Lines Matching refs:Regexp

10 #include "re2/regexp.h"
18 // the regexp compiles to the expected code.
24 const char* regexp;
108 Regexp* re = Regexp::Parse(t.regexp, Regexp::PerlX|Regexp::Latin1, NULL);
110 LOG(ERROR) << "Cannot parse: " << t.regexp;
116 LOG(ERROR) << "Cannot compile: " << t.regexp;
124 LOG(ERROR) << "Incorrect compiled code for: " << t.regexp;
159 Regexp* re = Regexp::Parse(".", Regexp::PerlX, NULL);