Searched defs: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()38 gwp_asan::Printf_t Printf;
66 struct ScopedEndOfReportDecorator { struct67 ScopedEndOfReportDecorator(gwp_asan::crash_handler::Printf_t Printf) in ScopedEndOfReportDecorator() function69 ~ScopedEndOfReportDecorator() { Printf("*** End GWP-ASan report ***\n"); } in ~ScopedEndOfReportDecorator()70 gwp_asan::crash_handler::Printf_t Printf;