Searched refs:m_empty (Results 1 – 1 of 1) sorted by relevance
1187 EXPECT_TRUE(m_empty.Matches(internal::StringView(""))); in TEST()1188 EXPECT_TRUE(m_empty.Matches(internal::StringView())); in TEST()1317 const Matcher<std::string> m_empty = HasSubstr(""); in TEST() local1318 EXPECT_TRUE(m_empty.Matches(std::string())); in TEST()1319 EXPECT_TRUE(m_empty.Matches(std::string("not empty"))); in TEST()1334 const Matcher<const char*> m_empty = HasSubstr(""); in TEST() local1335 EXPECT_TRUE(m_empty.Matches("not empty")); in TEST()1336 EXPECT_TRUE(m_empty.Matches("")); in TEST()1337 EXPECT_FALSE(m_empty.Matches(nullptr)); in TEST()1759 const Matcher<internal::StringView> m_empty = in TEST() local[all …]