Searched refs:GetConstructionCount (Results 1 – 1 of 1) sorted by relevance
20 int GetConstructionCount(const std::string& name) { in GetConstructionCount() function in fxcrt::__anon892b26810111::Observer67 EXPECT_EQ(1, observer.GetConstructionCount("one")); in TEST()72 EXPECT_EQ(1, observer.GetConstructionCount("one")); in TEST()75 EXPECT_EQ(1, observer.GetConstructionCount("one")); in TEST()87 EXPECT_EQ(1, observer.GetConstructionCount("one")); in TEST()88 EXPECT_EQ(1, observer.GetConstructionCount("two")); in TEST()102 EXPECT_EQ(1, observer.GetConstructionCount("one")); in TEST()103 EXPECT_EQ(1, observer.GetConstructionCount("two")); in TEST()116 EXPECT_EQ(1, observer.GetConstructionCount("one")); in TEST()120 EXPECT_EQ(1, observer.GetConstructionCount("one")); in TEST()[all …]