Searched refs:TimePoint (Results 1 – 2 of 2) sorted by relevance
249 using TimePoint = decltype(std::chrono::high_resolution_clock::now()); typedef in incremental::IncrementalServer250 bool ServingComplete(std::optional<TimePoint> startTime, int missesCount, int missesSent);530 bool IncrementalServer::ServingComplete(std::optional<TimePoint> startTime, int missesCount, in ServingComplete()557 std::optional<TimePoint> startTime; in Serve()
303 template <class TimePoint>304 static int ms_between(TimePoint start, TimePoint end) { in ms_between()