Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1589 bool expected_to_be_substring, in IsSubstringImpl() argument
1592 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
1600 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()