Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc3058 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function
3065 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function
3074 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function
3088 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()