/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | type_int.hpp | 129 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 D | type_int.hpp | 129 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/ |
D | make_unsigned.hpp | 28 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 D | stl_emulation.h | 142 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 D | stl_emulation.h | 147 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/ |
D | make_unsigned.h | 80 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/ |
D | make_unsigned.h | 80 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/ |
D | make_unsigned.h | 80 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/ |
D | make_unsigned.h | 80 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 D | make_unsigned.h | 80 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/ |
D | make_unsigned.h | 80 struct make_unsigned { struct 81 using type _LIBCPP_NODEBUG = __make_unsigned_t<_Tp>; argument
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | stl_emulation.h | 79 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 D | stl_emulation.h | 79 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 D | dependent_return_type.compile.pass.cpp | 77 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/ |
D | type_traits.hpp | 595 struct make_unsigned struct
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkRayTracingUtil.cpp | 1816 inline auto make_unsigned(const Y &y) -> typename std::make_unsigned<Y>::type in make_unsigned() function
|