Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A 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
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/
H A Dutility.h71 constexpr std::underlying_type_t<Enum> to_underlying(Enum e) noexcept { in to_underlying() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__utility/
Dto_underlying.h31 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr underlying_type_t<_Tp> to_underlying(_Tp __va… in to_underlying() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__utility/
Dto_underlying.h31 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr underlying_type_t<_Tp> to_underlying(_Tp __val) noexc… in to_underlying() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__utility/
Dto_underlying.h31 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr underlying_type_t<_Tp> to_underlying(_Tp __va… in to_underlying() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__utility/
Dto_underlying.h31 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr underlying_type_t<_Tp> to_underlying(_Tp __va… in to_underlying() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__utility/
Dto_underlying.h31 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr underlying_type_t<_Tp> to_underlying(_Tp __val) noexc… in to_underlying() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__utility/
H A Dto_underlying.h31 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr underlying_type_t<_Tp> to_underlying(_Tp __va… in to_underlying() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DSTLForwardCompat.h66 [[nodiscard]] constexpr std::underlying_type_t<Enum> to_underlying(Enum E) { in to_underlying() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DSTLForwardCompat.h66 [[nodiscard]] constexpr std::underlying_type_t<Enum> to_underlying(Enum E) { in to_underlying() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DSTLForwardCompat.h66 [[nodiscard]] constexpr std::underlying_type_t<Enum> to_underlying(Enum E) { in to_underlying() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DSTLForwardCompat.h66 [[nodiscard]] constexpr std::underlying_type_t<Enum> to_underlying(Enum E) { in to_underlying() function
/aosp_15_r20/frameworks/native/include/ftl/
H A Dmixins.h88 constexpr const T& to_underlying(const Constructible<Self, T>& c) { in to_underlying() function
/aosp_15_r20/external/armnn/tests/
H A DYoloDatabase.cpp46 constexpr auto to_underlying(E e) noexcept in to_underlying() function
/aosp_15_r20/frameworks/native/services/stats/
H A DStatsAidl.cpp46 constexpr typename std::underlying_type<E>::type to_underlying(E e) noexcept { in to_underlying() function
/aosp_15_r20/frameworks/native/libs/ui/
H A DGralloc5.cpp379 constexpr std::underlying_type_t<EnumT> to_underlying(EnumT e) noexcept { in to_underlying() function