Searched refs:set_on_destruction (Results 1 – 1 of 1) sorted by relevance
70 bool set_on_destruction = false; in TEST() local78 CreateValueDestructorPair<SetOnDestroy>(&set_on_destruction); in TEST()83 EXPECT_TRUE(set_on_destruction); in TEST()89 bool set_on_destruction = false; in TEST() local97 CreateValueDestructorPair<SetOnDestroy>(&set_on_destruction); in TEST()103 ASSERT_FALSE(set_on_destruction); in TEST()110 EXPECT_TRUE(set_on_destruction); in TEST()