lazy_instance_unittest.cc | 32 ++constructed; 37 static int constructed; member in class:__anon6932::SlowConstructor 42 int SlowConstructor::constructed = 0; member in class:__anon6932::SlowConstructor 90 EXPECT_EQ(0, SlowConstructor::constructed); 94 EXPECT_EQ(0, SlowConstructor::constructed); 98 EXPECT_EQ(1, SlowConstructor::constructed);
|