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