Home
last modified time | relevance | path

Searched refs:AbortHandlerT (Results 1 – 1 of 1) sorted by relevance

/third_party/benchmark/src/
Dcheck.h14 typedef void(AbortHandlerT)(); typedef
16 inline AbortHandlerT*& GetAbortHandler() { in GetAbortHandler()
17 static AbortHandlerT* handler = &std::abort; in GetAbortHandler()