Lines Matching refs:FileDescriptorWatcher
39 // is owned by the FileDescriptorWatcher, and is destroyed in
45 // At the moment bad things happen if a FileDescriptorWatcher
53 MessagePumpLibevent::FileDescriptorWatcher::FileDescriptorWatcher()
60 MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher() {
70 bool MessagePumpLibevent::FileDescriptorWatcher::StopWatchingFileDescriptor() {
83 void MessagePumpLibevent::FileDescriptorWatcher::Init(event *e) {
90 event *MessagePumpLibevent::FileDescriptorWatcher::ReleaseEvent() {
96 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking(
107 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking(
145 FileDescriptorWatcher *controller,
349 FileDescriptorWatcher* controller =
350 static_cast<FileDescriptorWatcher*>(context);