Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_result/public/pw_result/internal/
H A Dexpected_impl.h490 constexpr auto transform_error(F&& f) & { in transform_error() function
499 constexpr auto transform_error(F&& f) && { in transform_error() function
509 constexpr auto transform_error(F&& f) const& { in transform_error() function
518 constexpr auto transform_error(F&& f) const&& { in transform_error() function
937 constexpr auto transform_error(F&& f) & { in transform_error() function
946 constexpr auto transform_error(F&& f) && { in transform_error() function
956 constexpr auto transform_error(F&& f) const& { in transform_error() function
965 constexpr auto transform_error(F&& f) const&& { in transform_error() function
/aosp_15_r20/hardware/google/gfxstream/common/detector/
DExpected.h79 constexpr expected<T, NewE> transform_error(F&& function) { in transform_error() function
/aosp_15_r20/hardware/google/gfxstream/common/utils/include/gfxstream/
DExpected.h79 constexpr expected<T, NewE> transform_error(F&& function) { in transform_error() function