Searched refs:CatchingFunctionHandler (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/ |
D | method_handler.h | 40 ::grpc::Status CatchingFunctionHandler(Callable&& handler) { in CatchingFunctionHandler() function 112 status = CatchingFunctionHandler([this, ¶m, &rsp] { in RunHandler() 155 CatchingFunctionHandler([this, ¶m, &reader, &rsp] { in RunHandler() 203 status = CatchingFunctionHandler([this, ¶m, &writer] { in RunHandler() 269 grpc::Status status = CatchingFunctionHandler([this, ¶m, &stream] { in RunHandler()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/ |
D | method_handler.h | 40 ::grpc::Status CatchingFunctionHandler(Callable&& handler) { in CatchingFunctionHandler() function 112 status = CatchingFunctionHandler([this, ¶m, &rsp] { in RunHandler() 155 CatchingFunctionHandler([this, ¶m, &reader, &rsp] { in RunHandler() 203 status = CatchingFunctionHandler([this, ¶m, &writer] { in RunHandler() 269 grpc::Status status = CatchingFunctionHandler([this, ¶m, &stream] { in RunHandler()
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/ |
H A D | method_handler.h | 40 ::grpc::Status CatchingFunctionHandler(Callable&& handler) { in CatchingFunctionHandler() function 112 status = CatchingFunctionHandler([this, ¶m, &rsp] { in RunHandler() 155 CatchingFunctionHandler([this, ¶m, &reader, &rsp] { in RunHandler() 203 status = CatchingFunctionHandler([this, ¶m, &writer] { in RunHandler() 269 grpc::Status status = CatchingFunctionHandler([this, ¶m, &stream] { in RunHandler()
|