Searched refs:ScopedEndOfReportDecorator (Results 1 – 2 of 2) sorted by relevance
35 struct ScopedEndOfReportDecorator { struct36 ScopedEndOfReportDecorator(gwp_asan::Printf_t Printf) : Printf(Printf) {} in ScopedEndOfReportDecorator() argument37 ~ScopedEndOfReportDecorator() { Printf("*** End GWP-ASan report ***\n"); } in ~ScopedEndOfReportDecorator() argument100 ScopedEndOfReportDecorator Decorator(Printf); in dumpReport()
66 struct ScopedEndOfReportDecorator { struct67 ScopedEndOfReportDecorator(gwp_asan::crash_handler::Printf_t Printf) in ScopedEndOfReportDecorator() argument69 ~ScopedEndOfReportDecorator() { Printf("*** End GWP-ASan report ***\n"); } in ~ScopedEndOfReportDecorator() argument173 ScopedEndOfReportDecorator Decorator(Printf); in dumpReport()