Searched refs:null_p (Results 1 – 1 of 1) sorted by relevance
1185 const linked_ptr<int> null_p; in TEST() local1188 EXPECT_TRUE(m.Matches(null_p)); in TEST()1194 const linked_ptr<double> null_p; in TEST() local1197 EXPECT_TRUE(m.Matches(null_p)); in TEST()1233 const linked_ptr<int> null_p; in TEST() local1236 EXPECT_FALSE(m.Matches(null_p)); in TEST()1242 const linked_ptr<double> null_p; in TEST() local1245 EXPECT_FALSE(m.Matches(null_p)); in TEST()