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

/freebsd-current/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h872 template <typename StringType>
873 bool CaseInsensitiveStringEquals(const StringType& s1, const StringType& s2) {
880 const typename StringType::value_type nul = 0;
884 if (i1 == StringType::npos || i2 == StringType::npos) {
895 template <typename StringType>
898 StrEqualityMatcher(StringType str, bool expect_eq, bool case_sensitive)
908 const StringType& str = std::string(s);
923 return MatchAndExplain(StringType(
[all...]
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc756 template <typename StringType>
757 AssertionResult HasPrefix(const StringType& str, const StringType& prefix) {
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest.cc1800 // StringType here can be either ::std::string or ::std::wstring.
1801 template <typename StringType>
1802 bool IsSubstringPred(const StringType& needle, const StringType& haystack) {
1803 return haystack.find(needle) != StringType::npos;
1808 // StringType here can be const char*, const wchar_t*, ::std::string,
1810 template <typename StringType>
1814 const StringType& needle,
1815 const StringType& haystack) {
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11795 const QualType StringType = StringRefExpr->getType(); local
11798 if (!StringType->isAnyPointerType())
11802 if (!StringType->getPointeeType()->isAnyCharacterType())

Completed in 376 milliseconds