Searched defs:TestIncrementalState (Results 1 – 1 of 1) sorted by relevance
322 struct TestIncrementalState { struct323 TestIncrementalState() { constructed = true; } in TestIncrementalState() argument325 ~TestIncrementalState() { destroyed = true; } in ~TestIncrementalState()327 int count = 100;328 bool flag = false;329 static bool constructed;330 static bool destroyed;