Lines Matching refs:sp2
1032 StringPiece sp1, sp2, sp3; in Parse3PCRE() local
1033 CHECK(PCRE::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3PCRE()
1041 StringPiece sp1, sp2, sp3; in Parse3RE2() local
1042 CHECK(RE2::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3RE2()
1099 StringPiece sp1, sp2, sp3; in Parse3CachedPCRE() local
1101 CHECK(PCRE::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3CachedPCRE()
1108 StringPiece sp1, sp2, sp3; in Parse3CachedRE2() local
1110 CHECK(RE2::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3CachedRE2()
1249 StringPiece sp1, sp2; in SearchParse2CachedPCRE() local
1250 CHECK(PCRE::PartialMatch(text, re, &sp1, &sp2)); in SearchParse2CachedPCRE()
1259 StringPiece sp1, sp2; in SearchParse2CachedRE2() local
1260 CHECK(RE2::PartialMatch(text, re, &sp1, &sp2)); in SearchParse2CachedRE2()