/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | util.h | 180 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 D | utility.h | 71 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/ |
D | to_underlying.h | 31 _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/ |
D | to_underlying.h | 31 [[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/ |
D | to_underlying.h | 31 _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/ |
D | to_underlying.h | 31 _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/ |
D | to_underlying.h | 31 [[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 D | to_underlying.h | 31 _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/ |
D | STLForwardCompat.h | 66 [[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/ |
D | STLForwardCompat.h | 66 [[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/ |
D | STLForwardCompat.h | 66 [[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/ |
D | STLForwardCompat.h | 66 [[nodiscard]] constexpr std::underlying_type_t<Enum> to_underlying(Enum E) { in to_underlying() function
|
/aosp_15_r20/frameworks/native/include/ftl/ |
H A D | mixins.h | 88 constexpr const T& to_underlying(const Constructible<Self, T>& c) { in to_underlying() function
|
/aosp_15_r20/external/armnn/tests/ |
H A D | YoloDatabase.cpp | 46 constexpr auto to_underlying(E e) noexcept in to_underlying() function
|
/aosp_15_r20/frameworks/native/services/stats/ |
H A D | StatsAidl.cpp | 46 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 D | Gralloc5.cpp | 379 constexpr std::underlying_type_t<EnumT> to_underlying(EnumT e) noexcept { in to_underlying() function
|