Searched refs:needle_expr (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 1618 const char* needle_expr, const char* haystack_expr, 1621 const char* needle_expr, const char* haystack_expr, 1624 const char* needle_expr, const char* haystack_expr, 1627 const char* needle_expr, const char* haystack_expr, 1630 const char* needle_expr, const char* haystack_expr, 1633 const char* needle_expr, const char* haystack_expr, 1638 const char* needle_expr, const char* haystack_expr, 1641 const char* needle_expr, const char* haystack_expr,
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest.cc | 1247 const char* needle_expr, const char* haystack_expr, in IsSubstringImpl() argument 1255 << "Value of: " << needle_expr << "\n" in IsSubstringImpl() 1269 const char* needle_expr, const char* haystack_expr, in IsSubstring() argument 1271 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1275 const char* needle_expr, const char* haystack_expr, in IsSubstring() argument 1277 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); in IsSubstring() 1281 const char* needle_expr, const char* haystack_expr, in IsNotSubstring() argument 1283 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring() 1287 const char* needle_expr, const char* haystack_expr, in IsNotSubstring() argument 1289 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); in IsNotSubstring() [all …]
|