Lines Matching defs:Reply
24 // Reply
32 class Reply {
34 Reply(const llvm::json::Value &id, StringRef method, JSONTransport &transport,
36 Reply(Reply &&other);
37 Reply &operator=(Reply &&) = delete;
38 Reply(const Reply &) = delete;
39 Reply &operator=(const Reply &) = delete;
52 Reply::Reply(const llvm::json::Value &id, llvm::StringRef method,
57 Reply::Reply(Reply &&other)
64 void Reply::operator()(llvm::Expected<llvm::json::Value> reply) {
106 Reply reply(id, method, transport, transportOutputMutex);