Searched refs:Notifications (Results 1 – 5 of 5) sorted by relevance
33 std::vector<DWORD> Notifications; member in __anonc6ef4db10111::DirectoryWatcherWindows103 Notifications.resize((4 * EntrySize) / sizeof(DWORD)); in DirectoryWatcherWindows()153 if (!ReadDirectoryChangesW(DirectoryHandle, Notifications.data(), in WatcherThreadProc()154 Notifications.size() * sizeof(DWORD), in WatcherThreadProc()200 (FILE_NOTIFY_INFORMATION *)Notifications.data(); in WatcherThreadProc()
87 std::swap(Result, Notifications[Method]); in takeNotifications()111 Notifications[Method].push_back(std::move(V)); in notify()138 llvm::StringMap<std::vector<llvm::json::Value>> Notifications; member in clang::clangd::LSPClient::TransportImpl204 auto Notifications = takeNotifications("textDocument/publishDiagnostics"); in diagnostics() local205 for (const auto &Notification : llvm::reverse(Notifications)) { in diagnostics()
395 } Notifications; typedef779 void RegisterNotificationCallbacks(const Process::Notifications &callbacks);795 bool UnregisterNotificationCallbacks(const Process::Notifications &callbacks);2864 std::vector<Notifications> m_notifications; ///< The list of notifications
79 runs the full Bazel build on every commit to the main branch. Notifications of
541 std::vector<Notifications> empty_notifications; in Finalize()575 void Process::RegisterNotificationCallbacks(const Notifications &callbacks) { in RegisterNotificationCallbacks()581 bool Process::UnregisterNotificationCallbacks(const Notifications &callbacks) { in UnregisterNotificationCallbacks()582 std::vector<Notifications>::iterator pos, end = m_notifications.end(); in UnregisterNotificationCallbacks()595 std::vector<Notifications>::iterator notification_pos, in SynchronouslyNotifyStateChanged()