Home
last modified time | relevance | path

Searched refs:StringType (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1276 template <typename StringType>
1289 if (i1 == StringType::npos || i2 == StringType::npos) {
1300 template <typename StringType>
1340 const StringType& s2(s);
1364 const StringType string_;
1374 template <typename StringType>
1410 const StringType& s2(s);
1470 const StringType& s2(s);
1486 const StringType prefix_;
1529 const StringType& s2(s);
[all …]
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc544 template <typename StringType>
545 AssertionResult HasPrefix(const StringType& str, const StringType& prefix) { in HasPrefix()
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc1622 template <typename StringType>
1623 bool IsSubstringPred(const StringType& needle, in IsSubstringPred()
1624 const StringType& haystack) { in IsSubstringPred()
1625 return haystack.find(needle) != StringType::npos; in IsSubstringPred()
1632 template <typename StringType>
1636 const StringType& needle, const StringType& haystack) { in IsSubstringImpl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10632 const QualType StringType = StringRefExpr->getType(); in diagnoseStringPlusChar() local
10635 if (!StringType->isAnyPointerType()) in diagnoseStringPlusChar()
10639 if (!StringType->getPointeeType()->isAnyCharacterType()) in diagnoseStringPlusChar()