Home
last modified time | relevance | path

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

/external/pigweed/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/
Dutility.h71 constexpr std::underlying_type_t<Enum> to_underlying(Enum e) noexcept { in to_underlying() function
/external/cronet/stable/third_party/libc++/src/include/__utility/
Dto_underlying.h31 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr underlying_type_t<_Tp> to_underlying(_Tp __val) noexc… in to_underlying() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__utility/
Dto_underlying.h31 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr underlying_type_t<_Tp> to_underlying(_Tp __val) noexc… in to_underlying() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__utility/
Dto_underlying.h31 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr underlying_type_t<_Tp> to_underlying(_Tp __val) noexc… in to_underlying() function
/external/cronet/tot/third_party/libc++/src/include/__utility/
Dto_underlying.h31 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr underlying_type_t<_Tp> to_underlying(_Tp __val) noexc… in to_underlying() function
/external/armnn/tests/
DYoloDatabase.cpp46 constexpr auto to_underlying(E e) noexcept in to_underlying() function
/external/tensorflow/tensorflow/compiler/xla/
Dutil.h180 using to_underlying = std::to_underlying; variable
184 constexpr std::underlying_type_t<T> to_underlying(T value) noexcept { in to_underlying() function