Home
last modified time | relevance | path

Searched refs:CatchingFunctionHandler (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dmethod_handler_impl.h39 Status CatchingFunctionHandler(Callable&& handler) { in CatchingFunctionHandler() function
67 status = CatchingFunctionHandler([this, &param, &req, &rsp] { in RunHandler()
112 Status status = CatchingFunctionHandler([this, &param, &reader, &rsp] { in RunHandler()
159 status = CatchingFunctionHandler([this, &param, &req, &writer] { in RunHandler()
203 Status status = CatchingFunctionHandler([this, &param, &stream] { in RunHandler()