Home
last modified time | relevance | path

Searched defs:TestIncrementalState (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc322 struct TestIncrementalState { struct
323 TestIncrementalState() { constructed = true; } in TestIncrementalState() argument
325 ~TestIncrementalState() { destroyed = true; } in ~TestIncrementalState()
327 int count = 100;
328 bool flag = false;
329 static bool constructed;
330 static bool destroyed;