Searched refs:null1 (Results 1 – 5 of 5) sorted by relevance
14 ByteString null1; in TEST() local20 EXPECT_EQ(nullptr, null1.m_pData.Get()); in TEST()24 ByteString interned_null1 = pool.Intern(null1); in TEST()30 EXPECT_EQ(null1, interned_null1); in TEST()57 WideString null1; in TEST() local63 EXPECT_EQ(nullptr, null1.m_pData.Get()); in TEST()67 WideString interned_null1 = pool.Intern(null1); in TEST()73 EXPECT_EQ(null1, interned_null1); in TEST()
112 Object null1 = null;
1189 auto null1 = std::make_unique<Value>(); in TEST() local1191 EXPECT_NE(null1.get(), null2.get()); in TEST()1192 EXPECT_EQ(*null1, *null2); in TEST()1195 EXPECT_NE(*null1, boolean); in TEST()1231 Value null1; in TEST() local1233 EXPECT_EQ(null1, null2); in TEST()1234 EXPECT_FALSE(null1 != null2); in TEST()1235 EXPECT_FALSE(null1 < null2); in TEST()1236 EXPECT_FALSE(null1 > null2); in TEST()1237 EXPECT_LE(null1, null2); in TEST()[all …]
1226 } null1;1227 int (S::*p)() = null1; // expected-error {{no viable conversion}}
1319 } null1;1320 int (S::*p)() = null1; // expected-error {{no viable conversion}}