Lines Matching full:event

50       std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)>  in DirectoryWatcherMac()  argument
64 DirectoryWatcher::Event( in ~DirectoryWatcherMac()
65 DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, ""), in ~DirectoryWatcherMac()
76 std::function<void(llvm::ArrayRef<Event>, bool)> Receiver;
82 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver;
86 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> in EventStreamContextData()
112 std::vector<DirectoryWatcher::Event> Events; in eventStreamCallback()
118 Events.emplace_back(DirectoryWatcher::Event{ in eventStreamCallback()
119 DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, ""}); in eventStreamCallback()
126 Events.emplace_back(DirectoryWatcher::Event{ in eventStreamCallback()
127 DirectoryWatcher::Event::EventKind::WatchedDirRemoved, ""}); in eventStreamCallback()
128 Events.emplace_back(DirectoryWatcher::Event{ in eventStreamCallback()
129 DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, ""}); in eventStreamCallback()
135 Events.emplace_back(DirectoryWatcher::Event::EventKind::Removed, in eventStreamCallback()
140 Events.emplace_back(DirectoryWatcher::Event::EventKind::Removed, in eventStreamCallback()
143 Events.emplace_back(DirectoryWatcher::Event::EventKind::Modified, in eventStreamCallback()
150 Events.emplace_back(DirectoryWatcher::Event{ in eventStreamCallback()
151 DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, ""}); in eventStreamCallback()
162 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in createFSEventStream() argument
218 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create() argument
239 // to not miss any event. By dispatching this on the same serial Queue as in create()
261 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create() argument