Home
last modified time | relevance | path

Searched refs:is_unsigned_v (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dnumeric_id.h36 template <typename T, typename = std::enable_if_t<std::is_unsigned_v<T>>>
H A Dremote_object.h78 template <typename T, std::enable_if_t<std::is_unsigned_v<T> && sizeof(int32_t) <= sizeof(T), int> = 0>
/arkcompiler/runtime_core/libpandabase/mem/
H A Dmem.h98 constexpr std::enable_if_t<std::is_unsigned_v<T>, T> AlignUp(T value, size_t alignment) in AlignUp()
104 constexpr std::enable_if_t<std::is_unsigned_v<T>, T> AlignDown(T value, size_t alignment) in AlignDown()
/arkcompiler/toolchain/websocket/
H A Dframe_builder.h24 template <typename T, typename = std::enable_if_t<std::is_unsigned_v<T>>>
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dmem.h96 constexpr std::enable_if_t<std::is_unsigned_v<T>, T> AlignUp(T value, size_t alignment) in AlignUp()
102 constexpr std::enable_if_t<std::is_unsigned_v<T>, T> AlignDown(T value, size_t alignment) in AlignDown()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dmath_helpers.h65 if constexpr (std::is_unsigned_v<T>) { in IsPowerOfTwo()
H A Dleb128.h35 static_assert(std::is_unsigned_v<T>, "T must be unsigned"); in DecodeUnsigned()
H A Dbit_memory_region.h158 static_assert(std::is_unsigned_v<T>, "T must be unsigned");
H A Dbit_utils.h108 static_assert(std::is_unsigned_v<T>, "T must be unsigned"); in MinimumBitsToStore()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/
H A Dmeta.h60 constexpr bool is_unsigned_v = is_unsigned<T...>::value; member
/arkcompiler/runtime_core/libpandabase/utils/
H A Dleb128.h35 static_assert(std::is_unsigned_v<T>, "T must be unsigned"); in DecodeUnsigned()
H A Dbit_memory_region.h155 static_assert(std::is_unsigned_v<T>, "T must be unsigned");
H A Dbit_utils.h107 static_assert(std::is_unsigned_v<T>, "T must be unsigned"); in MinimumBitsToStore()

Completed in 7 milliseconds