Searched refs:SlowConstructor (Results 1 – 2 of 2) sorted by relevance
45 class SlowConstructor { class47 SlowConstructor() : some_int_(0) { in SlowConstructor() function in __anon20914aa10111::SlowConstructor53 SlowConstructor(const SlowConstructor&) = delete;54 SlowConstructor& operator=(const SlowConstructor&) = delete;63 int SlowConstructor::constructed = 0;68 base::LazyInstance<SlowConstructor>::DestructorAtExit* lazy) in SlowDelegate()79 raw_ptr<base::LazyInstance<SlowConstructor>::DestructorAtExit> lazy_;110 base::LazyInstance<SlowConstructor>::DestructorAtExit lazy_slow =118 EXPECT_EQ(0, SlowConstructor::constructed); in TEST()122 EXPECT_EQ(0, SlowConstructor::constructed); in TEST()[all …]
41 class SlowConstructor { class43 SlowConstructor() : some_int_(0) { in SlowConstructor() function in __anon7a8e1d8b0111::SlowConstructor55 DISALLOW_COPY_AND_ASSIGN(SlowConstructor);59 int SlowConstructor::constructed = 0;64 base::LazyInstance<SlowConstructor>::DestructorAtExit* lazy) in SlowDelegate()73 base::LazyInstance<SlowConstructor>::DestructorAtExit* lazy_;106 base::LazyInstance<SlowConstructor>::DestructorAtExit lazy_slow =114 EXPECT_EQ(0, SlowConstructor::constructed); in TEST()118 EXPECT_EQ(0, SlowConstructor::constructed); in TEST()122 EXPECT_EQ(1, SlowConstructor::constructed); in TEST()