Home
last modified time | relevance | path

Searched refs:set_on_destruction (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/threading/
Dsequence_local_storage_map_unittest.cc70 bool set_on_destruction = false; in TEST() local
78 CreateValueDestructorPair<SetOnDestroy>(&set_on_destruction); in TEST()
83 EXPECT_TRUE(set_on_destruction); in TEST()
89 bool set_on_destruction = false; in TEST() local
97 CreateValueDestructorPair<SetOnDestroy>(&set_on_destruction); in TEST()
103 ASSERT_FALSE(set_on_destruction); in TEST()
110 EXPECT_TRUE(set_on_destruction); in TEST()