Searched refs:thisPtr (Results 1 – 1 of 1) sorted by relevance
133 void method(llvm::StringLiteral method, ThisT *thisPtr, in method() argument136 thisPtr](llvm::json::Value rawParams, in method()141 (thisPtr->*handler)(*param, std::move(reply)); in method()146 void notification(llvm::StringLiteral method, ThisT *thisPtr, in notification() argument149 thisPtr](llvm::json::Value rawParams) { in notification()153 (thisPtr->*handler)(*param); in notification()