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

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1557 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon44
1564 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon44
1573 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon44
1587 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)

Completed in 21 milliseconds