Searched refs:null_p (Results 1 – 1 of 1) sorted by relevance
1118 const std::shared_ptr<int> null_p; in TEST() local1121 EXPECT_FALSE(m.Matches(null_p)); in TEST()1127 const std::shared_ptr<double> null_p; in TEST() local1130 EXPECT_FALSE(m.Matches(null_p)); in TEST()