Searched refs:TimerImplementation (Results 1 – 1 of 1) sorted by relevance
17 struct TimerImplementation { struct22 Timer::Timer() : Impl(new TimerImplementation) {} in Timer()24 Timer::~Timer() { delete reinterpret_cast<TimerImplementation *>(Impl); } in ~Timer()27 auto T = reinterpret_cast<TimerImplementation *>(Impl); in start()32 auto T = reinterpret_cast<TimerImplementation *>(Impl); in stop()37 auto T = reinterpret_cast<TimerImplementation *>(Impl); in nanoseconds()