Searched defs:TestIncrementalState (Results 1 – 1 of 1) sorted by relevance
366 struct TestIncrementalState { struct367 TestIncrementalState() { constructed = true; } in TestIncrementalState() function369 ~TestIncrementalState() { destroyed = true; } in ~TestIncrementalState()371 int count = 100;372 bool flag = false;373 static bool constructed;374 static bool destroyed;