Searched defs:map_error (Results 1 – 4 of 4) sorted by relevance
| /external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/ |
| D | result.h | 430 constexpr result<std::invoke_result_t<Fn, E>, T> map_error(Fn&& fn) & { in map_error() function 437 constexpr result<std::invoke_result_t<Fn, E>, T> map_error(Fn&& fn) const& { in map_error() function 444 constexpr result<std::invoke_result_t<Fn, E>, T> map_error(Fn&& fn) && { in map_error() function 451 constexpr result<std::invoke_result_t<Fn, E>, T> map_error(Fn&& fn) const&& { in map_error() function 584 constexpr result<std::invoke_result_t<Fn, E>> map_error(Fn&& fn) & { in map_error() function 591 constexpr result<std::invoke_result_t<Fn, E>> map_error(Fn&& fn) const& { in map_error() function 598 constexpr result<std::invoke_result_t<Fn, E>> map_error(Fn&& fn) && { in map_error() function 605 constexpr result<std::invoke_result_t<Fn, E>> map_error(Fn&& fn) const&& { in map_error() function
|
| /external/curl/lib/vtls/ |
| D | rustls.c | 54 static CURLcode map_error(rustls_result r) in map_error() function
|
| /external/rust/crates/tonic/src/ |
| D | status.rs | 435 pub(crate) fn map_error<E>(err: E) -> Status in map_error() method
|
| /external/rust/crates/tracing-subscriber/src/fmt/ |
| D | mod.rs | 1275 pub(crate) fn map_error<Guard>(err: TryLockError<Guard>) -> io::Error { in map_error() method
|