Lines Matching full:receiver
121 std::function<void(llvm::ArrayRef<Event>, bool)> Receiver,
142 // Make sure lifetime of Receiver fully contains lifetime of
144 std::function<void(llvm::ArrayRef<Event>, bool)> Receiver;
153 // Does the initial scan of the directory - directly calling Receiver,
154 // bypassing the Queue. Both InitialScan and EventReceivingLoop use Receiver
164 // Both InitialScan and EventReceivingLoop use Receiver which isn't
281 this->Receiver(getAsFileEvents(scanDirectory(WatchedDirPath)),
288 this->Receiver(Event, false);
299 std::function<void(llvm::ArrayRef<Event>, bool)> Receiver,
303 InotifyWD(InotifyWD), Receiver(Receiver),
307 // We have no guarantees about thread safety of the Receiver which is being
327 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver,
357 Path, Receiver, WaitForInitialSync, InotifyFD, InotifyWD,