Lines Matching defs:StringPiece

30   StringPiece sp[4];
59 StringPiece sp[4];
105 typedef void SearchImpl(int iters, const char* regexp, const StringPiece& text,
113 typedef void ParseImpl(int iters, const char* regexp, const StringPiece& text);
274 StringPiece t = s;
275 StringPiece u;
351 StringPiece(text, len), Prog::kAnchored, true);
374 void (*parse3)(int, const char*, const StringPiece&)) {
413 void (*parse3)(int, const char*, const StringPiece&)) {
454 void (*parse1)(int, const char*, const StringPiece&)) {
491 void (*run)(int, const char*, const StringPiece&)) {
526 void (*run)(int, const char*, const StringPiece&)) {
546 void (*run)(int, const char*, const StringPiece&)) {
801 void SearchDFA(int iters, const char* regexp, const StringPiece& text,
818 void SearchNFA(int iters, const char* regexp, const StringPiece& text,
832 void SearchOnePass(int iters, const char* regexp, const StringPiece& text,
847 void SearchBitState(int iters, const char* regexp, const StringPiece& text,
861 void SearchPCRE(int iters, const char* regexp, const StringPiece& text,
873 void SearchRE2(int iters, const char* regexp, const StringPiece& text,
889 void SearchCachedDFA(int iters, const char* regexp, const StringPiece& text,
906 void SearchCachedNFA(int iters, const char* regexp, const StringPiece& text,
920 void SearchCachedOnePass(int iters, const char* regexp, const StringPiece& text,
934 void SearchCachedBitState(int iters, const char* regexp, const StringPiece& text,
947 void SearchCachedPCRE(int iters, const char* regexp, const StringPiece& text,
959 void SearchCachedRE2(int iters, const char* regexp, const StringPiece& text,
975 void Parse3NFA(int iters, const char* regexp, const StringPiece& text) {
981 StringPiece sp[4]; // 4 because sp[0] is whole match.
988 void Parse3OnePass(int iters, const char* regexp, const StringPiece& text) {
995 StringPiece sp[4]; // 4 because sp[0] is whole match.
1002 void Parse3BitState(int iters, const char* regexp, const StringPiece& text) {
1008 StringPiece sp[4]; // 4 because sp[0] is whole match.
1015 void Parse3Backtrack(int iters, const char* regexp, const StringPiece& text) {
1021 StringPiece sp[4]; // 4 because sp[0] is whole match.
1028 void Parse3PCRE(int iters, const char* regexp, const StringPiece& text) {
1032 StringPiece sp1, sp2, sp3;
1037 void Parse3RE2(int iters, const char* regexp, const StringPiece& text) {
1041 StringPiece sp1, sp2, sp3;
1046 void Parse3CachedNFA(int iters, const char* regexp, const StringPiece& text) {
1051 StringPiece sp[4]; // 4 because sp[0] is whole match.
1059 void Parse3CachedOnePass(int iters, const char* regexp, const StringPiece& text) {
1065 StringPiece sp[4]; // 4 because sp[0] is whole match.
1072 void Parse3CachedBitState(int iters, const char* regexp, const StringPiece& text) {
1077 StringPiece sp[4]; // 4 because sp[0] is whole match.
1084 void Parse3CachedBacktrack(int iters, const char* regexp, const StringPiece& text) {
1089 StringPiece sp[4]; // 4 because sp[0] is whole match.
1096 void Parse3CachedPCRE(int iters, const char* regexp, const StringPiece& text) {
1099 StringPiece sp1, sp2, sp3;
1105 void Parse3CachedRE2(int iters, const char* regexp, const StringPiece& text) {
1108 StringPiece sp1, sp2, sp3;
1118 void Parse1NFA(int iters, const char* regexp, const StringPiece& text) {
1124 StringPiece sp[2]; // 2 because sp[0] is whole match.
1131 void Parse1OnePass(int iters, const char* regexp, const StringPiece& text) {
1138 StringPiece sp[2]; // 2 because sp[0] is whole match.
1145 void Parse1BitState(int iters, const char* regexp, const StringPiece& text) {
1151 StringPiece sp[2]; // 2 because sp[0] is whole match.
1158 void Parse1PCRE(int iters, const char* regexp, const StringPiece& text) {
1162 StringPiece sp1;
1167 void Parse1RE2(int iters, const char* regexp, const StringPiece& text) {
1171 StringPiece sp1;
1176 void Parse1CachedNFA(int iters, const char* regexp, const StringPiece& text) {
1181 StringPiece sp[2]; // 2 because sp[0] is whole match.
1189 void Parse1CachedOnePass(int iters, const char* regexp, const StringPiece& text) {
1195 StringPiece sp[2]; // 2 because sp[0] is whole match.
1202 void Parse1CachedBitState(int iters, const char* regexp, const StringPiece& text) {
1207 StringPiece sp[2]; // 2 because sp[0] is whole match.
1214 void Parse1CachedBacktrack(int iters, const char* regexp, const StringPiece& text) {
1219 StringPiece sp[2]; // 2 because sp[0] is whole match.
1226 void Parse1CachedPCRE(int iters, const char* regexp, const StringPiece& text) {
1229 StringPiece sp1;
1235 void Parse1CachedRE2(int iters, const char* regexp, const StringPiece& text) {
1238 StringPiece sp1;
1245 const StringPiece& text) {
1249 StringPiece sp1, sp2;
1255 const StringPiece& text) {
1259 StringPiece sp1, sp2;
1265 const StringPiece& text) {
1269 StringPiece sp1;
1275 const StringPiece& text) {
1279 StringPiece sp1;
1325 StringPiece a;
1333 StringPiece a;
1349 StringPiece a;
1357 StringPiece a;
1370 StringPiece a;
1378 StringPiece a;
1391 StringPiece a;
1399 StringPiece a;