Searched refs:GetDestructionCount (Results 1 – 1 of 1) sorted by relevance
23 int GetDestructionCount(const std::string& name) { in GetDestructionCount() function in fxcrt::__anon892b26810111::Observer68 EXPECT_EQ(0, observer.GetDestructionCount("one")); in TEST()73 EXPECT_EQ(0, observer.GetDestructionCount("one")); in TEST()76 EXPECT_EQ(0, observer.GetDestructionCount("one")); in TEST()78 EXPECT_EQ(1, observer.GetDestructionCount("one")); in TEST()89 EXPECT_EQ(1, observer.GetDestructionCount("one")); in TEST()90 EXPECT_EQ(0, observer.GetDestructionCount("two")); in TEST()92 EXPECT_EQ(1, observer.GetDestructionCount("two")); in TEST()104 EXPECT_EQ(0, observer.GetDestructionCount("one")); in TEST()105 EXPECT_EQ(0, observer.GetDestructionCount("two")); in TEST()[all …]