Home | History | Annotate | Download | only in testing

Lines Matching refs:StringPiece

234   StringPiece input(s);
245 StringPiece input(s);
274 StringPiece input(s);
294 StringPiece input(s);
345 StringPiece group[4];
348 StringPiece s = "zyzzyva";
590 // StringPiece-arg
591 StringPiece sp;
646 CHECK(RE2::FullMatch("hello", "h(.*)o", (StringPiece*)NULL));
678 CHECK(RE2::FullMatch(StringPiece(v + pagesize - 1, 1), "(.*)", &x));
1149 StringPiece sp(text);
1155 // RE2 should permit implicit conversions from string, StringPiece, const char*,
1159 StringPiece re_stringpiece(".");
1240 StringPiece m;
1263 StringPiece s = "xxxxxxxxxxxxxxxxxxxxxxxxxx_________x";
1328 StringPiece v1("");
1331 StringPiece v2;
1338 StringPiece piece("llx-3;llx4");