Searched defs:Monitor (Results 1 – 5 of 5) sorted by relevance
25 service Monitor { service26 rpc MonitoringInfo(MonitoringInfoRequest) returns (MonitoringInfoReply) {}
30 struct Monitor { global() struct 36 unlock_shared_calledMonitor global() argument
29 struct Monitor { struct35 Monitor* monitor = nullptr; argument
335 class Monitor final : public v1::Monitor::Service { global() class 337 Monitor(llvm::sys::TimePoint<> IndexAge) Monitor() function in clang::clangd::remote::__anonb5b73aed0111::Monitor 380 hotReload(clangd::SwapIndex & Index,llvm::StringRef IndexPath,llvm::vfs::Status & LastStatus,llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> & FS,Monitor & Monitor) hotReload() argument 411 runServerAndWait(clangd::SymbolIndex & Index,llvm::StringRef ServerAddress,llvm::StringRef IndexPath,Monitor & Monitor) runServerAndWait() argument 543 Monitor Monitor(Status->getLastModificationTime()); main() local [all...]