Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1246 bool expected_to_be_substring, in IsSubstringImpl() argument
1249 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
1257 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()