Searched refs:strongStack (Results 1 – 1 of 1) sorted by relevance
153 int parentId = strongStack.Top(); in SUITE()164 int stackTopId = strongStack.Top(); in SUITE()166 CHECK(strongStack.Get(stackTopId) == pInstance); in SUITE()176 int stackTopId2 = strongStack.Top(); in SUITE()179 CHECK(strongStack.Get(stackTopId2) == pInstance2); in SUITE()181 strongStack.Pop(); in SUITE()183 int _stackTopId = strongStack.Top(); in SUITE()186 strongStack.Pop(); in SUITE()187 CHECK(strongStack.Top() == MT::invalidStackId); in SUITE()190 CHECK(strongStack.Get(stackTopId) == pInstance); in SUITE()[all …]