Searched refs:OutgoingMethod (Results 1 – 4 of 4) sorted by relevance
132 LSPBinder::OutgoingMethod<Foo, Foo> Echo; in TEST()134 LSPBinder::OutgoingMethod<Foo, std::string> WrongSignature; in TEST()136 LSPBinder::OutgoingMethod<Foo, Foo> Fail; in TEST()
177 LSPBinder::OutgoingMethod<ApplyWorkspaceEditParams,183 LSPBinder::OutgoingMethod<WorkDoneProgressCreateParams, std::nullptr_t>191 LSPBinder::OutgoingMethod<NoParams, std::nullptr_t> SemanticTokensRefresh;
81 using OutgoingMethod = llvm::unique_function<void(const P &, Callback<R>)>; variable199 operator OutgoingMethod<Request, Response>() && {
137 using OutgoingMethod = llvm::unique_function<void(const P &, Callback<R>)>; variable