Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1788 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function
1794 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function
1802 bool IsSubstringPred(const StringType& needle, const StringType& haystack) { in IsSubstringPred() function
1816 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()