Searched defs:map_error (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/ |
H A D | result.h | 434 constexpr result<std::invoke_result_t<Fn, E>, T> map_error(Fn&& fn) & { in map_error() function 441 constexpr result<std::invoke_result_t<Fn, E>, T> map_error(Fn&& fn) const& { in map_error() function 448 constexpr result<std::invoke_result_t<Fn, E>, T> map_error(Fn&& fn) && { in map_error() function 455 constexpr result<std::invoke_result_t<Fn, E>, T> map_error(Fn&& fn) const&& { in map_error() function 588 constexpr result<std::invoke_result_t<Fn, E>> map_error(Fn&& fn) & { in map_error() function 595 constexpr result<std::invoke_result_t<Fn, E>> map_error(Fn&& fn) const& { in map_error() function 602 constexpr result<std::invoke_result_t<Fn, E>> map_error(Fn&& fn) && { in map_error() function 609 constexpr result<std::invoke_result_t<Fn, E>> map_error(Fn&& fn) const&& { in map_error() function
|
/aosp_15_r20/external/curl/lib/vtls/ |
H A D | rustls.c | 58 static CURLcode map_error(rustls_result r) in map_error() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/ |
D | status.rs | 435 pub(crate) fn map_error<E>(err: E) -> Status in map_error() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/ |
D | mod.rs | 1275 pub(crate) fn map_error<Guard>(err: TryLockError<Guard>) -> io::Error { in map_error() method
|