Searched defs:ScopedEndOfReportDecorator (Results 1 – 1 of 1) sorted by relevance
35 struct ScopedEndOfReportDecorator { struct36 ScopedEndOfReportDecorator(gwp_asan::Printf_t Printf) : Printf(Printf) {} in ScopedEndOfReportDecorator() function37 ~ScopedEndOfReportDecorator() { Printf("*** End GWP-ASan report ***\n"); } in ~ScopedEndOfReportDecorator()38 gwp_asan::Printf_t Printf;