Searched refs:destructed (Results 1 – 11 of 11) sorted by relevance
2 static int destructed; variable8 ~Test() { printf("Test::~Test()\n"); destructed = 1; } in ~Test()21 if (!destructed) in check_destruct()30 if (!destructed) in check_destruct2()
106 6. When a mock object is destructed, gMock automatically verifies that all194 gMock will verify the expectations on a mock object when it is destructed, or
331 3. `t1` is destructed.
220 5. When a mock is destructed, gMock will automatically check whether all
2233 action itself is destructed.2319 action itself is destructed.2960 to verify a mock object before it is (hopefully) destructed. You can do this3043 Sometimes you want to make sure a mock object is destructed at the right time,
272 partially-destructed state! You almost certainly want to `abort` or use
613 void setExternallyDestructed(bool destructed = true) {614 DestructedFlag = destructed;
52 The returned B<OSSL_NAMEMAP> can't be destructed using
335 …am exit. Expectations on a mock object are verified when the object is destructed. Leaking a mock …
56 destructed later. If the compiler complains that `value` doesn't have a public
636 "destructed as their base class.">,