Home | History | Annotate | Download | only in testing

Lines Matching refs:StringPiece

11 #include "re2/stringpiece.h"
54 TestInstance(const StringPiece& regexp, Prog::MatchKind kind,
62 bool RunCase(const StringPiece& text, const StringPiece& context,
68 const StringPiece& text, const StringPiece& context,
72 void LogMatch(const char* prefix, Engine e, const StringPiece& text,
73 const StringPiece& context, Prog::Anchor anchor);
75 const StringPiece& regexp_str_; // regexp being tested
93 explicit Tester(const StringPiece& regexp);
100 bool TestCase(const StringPiece& text, const StringPiece& context,
104 bool TestInput(const StringPiece& text);
107 bool TestInputInContext(const StringPiece& text, const StringPiece& context);
117 bool TestRegexpOnText(const StringPiece& regexp, const StringPiece& text);