Home
last modified time | relevance | path

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

/external/cronet/base/types/
Dcxx23_to_underlying.h19 constexpr std::underlying_type_t<EnumT> to_underlying(EnumT e) noexcept { in to_underlying() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__utility/
Dto_underlying.h33 to_underlying(_Tp __val) noexcept { 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
/external/cronet/net/http/
Dhttp_cache_transaction.cc3030 std::underlying_type<PrefetchReuseState>::type to_underlying( in to_underlying() function