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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2718 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon1021
2725 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon1021
2734 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon1021
2748 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)

Completed in 23 milliseconds