Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc288 struct TestIncrementalState { struct
289 TestIncrementalState() { constructed = true; } in TestIncrementalState() argument
291 ~TestIncrementalState() { destroyed = true; } in ~TestIncrementalState()
293 int count = 100;
294 bool flag = false;
295 static bool constructed;
296 static bool destroyed;