Lines Matching full:fdevent
169 class FDEvent;
171 typedef std::tr1::shared_ptr<FDEvent> FDEventSP;
176 // FDEvent
183 class FDEvent
186 FDEvent (int fd, int err, const StringSP &string_sp, bool is_create, const Frames& frames) :
194 ~FDEvent () {}
362 log (int log_fd, const FDEvent *event, const char *format, ...) __attribute__ ((format (printf, 3, 4)));
516 log (int log_fd, const FDEvent *event, const char *format, ...)
530 FDEvent::Dump (int log_fd) const
601 FDEventSP fd_event_sp (new FDEvent (fd, err, string_sp, is_create, frames));