Searched refs:baseLine (Results 1 – 2 of 2) sorted by relevance
543 int baseLine = Complicated::s_objectsConstructed; in translatorTest() local547 EXPECT_EQ(baseLine, Complicated::s_objectsConstructed); in translatorTest()551 EXPECT_EQ(baseLine, Complicated::s_objectsConstructed); in translatorTest()557 EXPECT_EQ(baseLine, Complicated::s_objectsConstructed); in translatorTest()561 EXPECT_EQ(baseLine, Complicated::s_objectsConstructed); in translatorTest()
2728 int baseLine, refBaseLine; in heapMapDestructorHelper() local2742 baseLine = ThingWithDestructor::s_liveThingsWithDestructor; in heapMapDestructorHelper()2754 EXPECT_EQ(baseLine - 2, ThingWithDestructor::s_liveThingsWithDestructor); in heapMapDestructorHelper()2765 baseLine = ThingWithDestructor::s_liveThingsWithDestructor; in heapMapDestructorHelper()2779 EXPECT_EQ(baseLine - 2, ThingWithDestructor::s_liveThingsWithDestructor); in heapMapDestructorHelper()