Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc366 struct TestIncrementalState { struct
367 TestIncrementalState() { constructed = true; } in TestIncrementalState() function
369 ~TestIncrementalState() { destroyed = true; } in ~TestIncrementalState()
371 int count = 100;
372 bool flag = false;
373 static bool constructed;
374 static bool destroyed;