Searched defs:EpollAlarmCallbackInterface (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/tools/epoll_server/
H A Depoll_server.h44 class EpollAlarmCallbackInterface;
122 typedef EpollAlarmCallbackInterface AlarmCB;
478 bool ContainsAlarm(EpollAlarmCallbackInterface* alarm) const {
973 class EpollAlarmCallbackInterface { class in namespace:net
1006 virtual ~EpollAlarmCallbackInterface() {}
1009 EpollAlarmCallbackInterface() {} function in class:net::EpollAlarmCallbackInterface
1018 class EpollAlarm : public EpollAlarmCallbackInterface {

Completed in 497 milliseconds