Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-message_test.cc67 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1.234560", s.c_str()); in TEST()
68 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 2.345669", s.c_str()); in TEST()
76 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1260570880.45", s.c_str()); in TEST()
77 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 1260572265.19", s.c_str()); in TEST()
Dgtest_unittest.cc222 using testing::IsSubstring;
2550 EXPECT_FALSE(IsSubstring("", "", NULL, "a")); in TEST()
2551 EXPECT_FALSE(IsSubstring("", "", "b", NULL)); in TEST()
2552 EXPECT_FALSE(IsSubstring("", "", "needle", "haystack")); in TEST()
2554 EXPECT_TRUE(IsSubstring("", "", static_cast<const char*>(NULL), NULL)); in TEST()
2555 EXPECT_TRUE(IsSubstring("", "", "needle", "two needles")); in TEST()
2561 EXPECT_FALSE(IsSubstring("", "", kNull, L"a")); in TEST()
2562 EXPECT_FALSE(IsSubstring("", "", L"b", kNull)); in TEST()
2563 EXPECT_FALSE(IsSubstring("", "", L"needle", L"haystack")); in TEST()
2565 EXPECT_TRUE(IsSubstring("", "", static_cast<const wchar_t*>(NULL), NULL)); in TEST()
[all …]
Dgtest-port_test.cc271 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
272 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
277 IsSubstring, "unknown file", FormatFileLocation(NULL, 42)); in TEST()
278 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42)); in TEST()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h1617 GTEST_API_ AssertionResult IsSubstring(
1620 GTEST_API_ AssertionResult IsSubstring(
1629 GTEST_API_ AssertionResult IsSubstring(
1637 GTEST_API_ AssertionResult IsSubstring(
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1268 AssertionResult IsSubstring( in IsSubstring() function
1274 AssertionResult IsSubstring( in IsSubstring() function
1292 AssertionResult IsSubstring( in IsSubstring() function
1305 AssertionResult IsSubstring( in IsSubstring() function