Home
last modified time | relevance | path

Searched refs:CatchingFunctionHandler (Results 1 – 3 of 3) 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()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dmethod_handler.h39 ::grpc::Status CatchingFunctionHandler(Callable&& handler) { in CatchingFunctionHandler() function
111 status = CatchingFunctionHandler([this, &param, &rsp] { in RunHandler()
154 ::grpc::Status status = CatchingFunctionHandler([this, &param, &reader, in RunHandler()
204 status = CatchingFunctionHandler([this, &param, &writer] { in RunHandler()
271 ::grpc::Status status = CatchingFunctionHandler([this, &param, &stream] { in RunHandler()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dmethod_handler.h39 ::grpc::Status CatchingFunctionHandler(Callable&& handler) { in CatchingFunctionHandler() function
111 status = CatchingFunctionHandler([this, &param, &rsp] { in RunHandler()
154 ::grpc::Status status = CatchingFunctionHandler([this, &param, &reader, in RunHandler()
204 status = CatchingFunctionHandler([this, &param, &writer] { in RunHandler()
271 ::grpc::Status status = CatchingFunctionHandler([this, &param, &stream] { in RunHandler()