Searched refs:getExceptionDepth (Results 1 – 3 of 3) sorted by relevance
185 EXPECT_EQ(WE0->getExceptionDepth(), (unsigned)1); in TEST()192 EXPECT_EQ(WE0_0->getExceptionDepth(), (unsigned)2); in TEST()219 EXPECT_EQ(WE0_0_0->getExceptionDepth(), (unsigned)3); in TEST()226 EXPECT_EQ(WE0_1->getExceptionDepth(), (unsigned)2); in TEST()360 EXPECT_EQ(WE0->getExceptionDepth(), (unsigned)1); in TEST()382 EXPECT_EQ(WE0_0->getExceptionDepth(), (unsigned)2); in TEST()409 EXPECT_EQ(WE0_0_0->getExceptionDepth(), (unsigned)3); in TEST()416 EXPECT_EQ(WE0_1->getExceptionDepth(), (unsigned)2); in TEST()
109 unsigned getExceptionDepth() const { in getExceptionDepth() function
337 OS.indent(Depth * 2) << "Exception at depth " << getExceptionDepth() in print()