Lines Matching full:stringpiece
25 #include "re2/stringpiece.h"
75 bool Search(const StringPiece& text, const StringPiece& context,
225 SearchParams(const StringPiece& text, const StringPiece& context,
238 StringPiece text;
239 StringPiece context;
1576 const StringPiece& text = params->text;
1577 const StringPiece& context = params->context;
1703 bool DFA::Search(const StringPiece& text,
1704 const StringPiece& context,
1823 bool Prog::SearchDFA(const StringPiece& text, const StringPiece& const_context,
1825 StringPiece* match0, bool* failed, vector<int>* matches) {
1828 StringPiece context = const_context;
1880 *match0 = StringPiece(ep, text.end() - ep);
1882 *match0 = StringPiece(text.begin(), ep - text.begin());