Searched refs:CatchingFunctionHandler (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | method_handler_impl.h | 39 Status CatchingFunctionHandler(Callable&& handler) { in CatchingFunctionHandler() function 67 status = CatchingFunctionHandler([this, ¶m, &req, &rsp] { in RunHandler() 112 Status status = CatchingFunctionHandler([this, ¶m, &reader, &rsp] { in RunHandler() 159 status = CatchingFunctionHandler([this, ¶m, &req, &writer] { in RunHandler() 203 Status status = CatchingFunctionHandler([this, ¶m, &stream] { in RunHandler()
|