Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_int.hpp129 struct make_unsigned struct
133 struct make_unsigned<char> struct
135 typedef unsigned char type;
139 struct make_unsigned<short> struct
141 typedef unsigned short type;
145 struct make_unsigned<int> struct
147 typedef unsigned int type;
151 struct make_unsigned<long> struct
153 typedef unsigned long type;
157 struct make_unsigned<unsigned char> struct
[all …]
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_int.hpp129 struct make_unsigned struct
133 struct make_unsigned<char> struct
135 typedef unsigned char type;
139 struct make_unsigned<short> struct
141 typedef unsigned short type;
145 struct make_unsigned<int> struct
147 typedef unsigned int type;
151 struct make_unsigned<long> struct
153 typedef unsigned long type;
157 struct make_unsigned<unsigned char> struct
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dmake_unsigned.hpp28 struct make_unsigned struct
34 typedef typename remove_cv<T>::type t_no_cv;
110 >::type base_integer_type;
117 >::type const_base_integer_type;
124 >::type type;
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dstl_emulation.h142 template <typename T> using make_unsigned = std::make_unsigned<T>; variable
156 template<typename T> struct make_unsigned { struct
160 template<> struct make_unsigned<char> { using type = unsigned char; }; argument
/aosp_15_r20/system/chre/external/flatbuffers/include/flatbuffers/
H A Dstl_emulation.h147 template <typename T> using make_unsigned = std::make_unsigned<T>; variable
161 template<typename T> struct make_unsigned { struct
165 template<> struct make_unsigned<char> { using type = unsigned char; }; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dmake_unsigned.h80 struct make_unsigned { struct
81 using type _LIBCPP_NODEBUG = __make_unsigned_t<_Tp>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/
Dmake_unsigned.h80 struct make_unsigned { struct
81 using type _LIBCPP_NODEBUG = __make_unsigned_t<_Tp>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/
Dmake_unsigned.h80 struct make_unsigned { struct
81 using type _LIBCPP_NODEBUG = __make_unsigned_t<_Tp>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/
Dmake_unsigned.h80 struct make_unsigned { struct
81 using type _LIBCPP_NODEBUG = __make_unsigned_t<_Tp>; argument
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/
H A Dmake_unsigned.h80 struct make_unsigned { struct
81 using type _LIBCPP_NODEBUG = __make_unsigned_t<_Tp>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/
Dmake_unsigned.h80 struct make_unsigned { struct
81 using type _LIBCPP_NODEBUG = __make_unsigned_t<_Tp>; argument
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dstl_emulation.h79 template <typename T> using make_unsigned = std::make_unsigned<T>; variable
96 template <typename T> struct make_unsigned : public std::make_unsigned<T> {}; struct
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dstl_emulation.h79 template <typename T> using make_unsigned = std::make_unsigned<T>; variable
96 template <typename T> struct make_unsigned : public std::make_unsigned<T> {}; struct
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/
H A Ddependent_return_type.compile.pass.cpp77 std::make_unsigned_t<T> make_unsigned() { in make_unsigned() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp595 struct make_unsigned struct
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.cpp1816 inline auto make_unsigned(const Y &y) -> typename std::make_unsigned<Y>::type in make_unsigned() function