Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/types/
H A Dexpected_internal.h57 inline constexpr bool UnderlyingIsExpected = false; variable
59 inline constexpr bool UnderlyingIsExpected<expected<T, E>> = true; variable