Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc3059 if (needle == NULL || haystack == NULL) in IsSubstringPred()
3060 return needle == haystack; in IsSubstringPred()
3062 return strstr(haystack, needle) != NULL; in IsSubstringPred()
3066 if (needle == NULL || haystack == NULL) in IsSubstringPred()
3067 return needle == haystack; in IsSubstringPred()
3069 return wcsstr(haystack, needle) != NULL; in IsSubstringPred()
3075 const StringType& haystack) { in IsSubstringPred() argument
3076 return haystack.find(needle) != StringType::npos; in IsSubstringPred()
3109 const char* needle, const char* haystack) { in IsSubstring() argument
3115 const wchar_t* needle, const wchar_t* haystack) { in IsSubstring() argument
[all …]
Dgtest.h21409 const char* needle, const char* haystack);
21412 const wchar_t* needle, const wchar_t* haystack);
21415 const char* needle, const char* haystack);
21418 const wchar_t* needle, const wchar_t* haystack);
21421 const ::std::string& needle, const ::std::string& haystack);
21424 const ::std::string& needle, const ::std::string& haystack);
21429 const ::std::wstring& needle, const ::std::wstring& haystack);
21432 const ::std::wstring& needle, const ::std::wstring& haystack);