Searched refs:notificationHandlers (Results 1 – 2 of 2) sorted by relevance
148 notificationHandlers[method] = [method, handler, in notification()170 HandlerMap<void(llvm::json::Value)> notificationHandlers; variable
89 auto it = notificationHandlers.find(method); in onNotify()90 if (it != notificationHandlers.end()) in onNotify()