Searched refs:QuicEpollClock (Results 1 – 6 of 6) sorted by relevance
12 QuicEpollClock::QuicEpollClock(EpollServer* epoll_server) in QuicEpollClock() function in net::tools::QuicEpollClock16 QuicEpollClock::~QuicEpollClock() {} in ~QuicEpollClock()18 QuicTime QuicEpollClock::ApproximateNow() const { in ApproximateNow()23 QuicTime QuicEpollClock::Now() const { in Now()
21 class QuicEpollClock : public QuicClock {23 explicit QuicEpollClock(EpollServer* epoll_server);24 virtual ~QuicEpollClock();37 DISALLOW_COPY_AND_ASSIGN(QuicEpollClock);
16 QuicEpollClock clock(&epoll_server); in TEST()29 QuicEpollClock clock(&epoll_server); in TEST()42 QuicEpollClock clock(&epoll_server); in TEST()
50 const QuicEpollClock clock_;
167 QuicEpollClock clock_;
77 QuicEpollClock clock(&epoll_server_); in Initialize()