Searched defs:TestIncrementalState (Results 1 – 1 of 1) sorted by relevance
288 struct TestIncrementalState { struct289 TestIncrementalState() { constructed = true; } in TestIncrementalState() argument291 ~TestIncrementalState() { destroyed = true; } in ~TestIncrementalState()293 int count = 100;294 bool flag = false;295 static bool constructed;296 static bool destroyed;