Lines Matching refs:re2
23 namespace re2 { namespace
74 static RE2::ErrorCode RegexpErrorToRE2(re2::RegexpStatusCode code) { in RegexpErrorToRE2()
76 case re2::kRegexpSuccess: in RegexpErrorToRE2()
78 case re2::kRegexpInternalError: in RegexpErrorToRE2()
80 case re2::kRegexpBadEscape: in RegexpErrorToRE2()
82 case re2::kRegexpBadCharClass: in RegexpErrorToRE2()
84 case re2::kRegexpBadCharRange: in RegexpErrorToRE2()
86 case re2::kRegexpMissingBracket: in RegexpErrorToRE2()
88 case re2::kRegexpMissingParen: in RegexpErrorToRE2()
90 case re2::kRegexpTrailingBackslash: in RegexpErrorToRE2()
92 case re2::kRegexpRepeatArgument: in RegexpErrorToRE2()
94 case re2::kRegexpRepeatSize: in RegexpErrorToRE2()
96 case re2::kRegexpRepeatOp: in RegexpErrorToRE2()
98 case re2::kRegexpBadPerlOp: in RegexpErrorToRE2()
100 case re2::kRegexpBadUTF8: in RegexpErrorToRE2()
102 case re2::kRegexpBadNamedCapture: in RegexpErrorToRE2()
206 re2::Regexp* suffix; in Init()
233 re2::Prog* RE2::ReverseProg() const { in ReverseProg()