Searched defs:TestIncrementalState (Results 1 – 2 of 2) sorted by relevance
81 public static class TestIncrementalState { class in TestDataSource
381 struct TestIncrementalState { struct382 TestIncrementalState() { constructed = true; } in TestIncrementalState() function384 ~TestIncrementalState() { destroyed = true; } in ~TestIncrementalState()386 int count = 100;387 bool flag = false;388 static bool constructed;389 static bool destroyed;