Home
last modified time | relevance | path

Searched defs:on_error_ (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/
Dhandler.hpp40 struct on_error_ : handler struct
42 explicit on_error_(Handler handler) : handler_(handler) {} in on_error_() argument
45 void on_error(Executor &e, const std::error_code &ec) in on_error()
50 Handler handler_;
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dposix_endpoint.h561 PosixEngineClosure* on_error_ = nullptr; variable
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
H A Dposix_endpoint.h563 PosixEngineClosure* on_error_ = nullptr; variable