Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/third_party/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 …]
/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;
/external/cronet/third_party/libc++/src/include/__type_traits/
Dmake_unsigned.h80 struct make_unsigned { struct
81 using type _LIBCPP_NODEBUG = __make_unsigned_t<_Tp>; argument
/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/
Ddependent_return_type.compile.pass.cpp75 std::make_unsigned_t<T> make_unsigned() { in make_unsigned() function
/external/flatbuffers/include/flatbuffers/
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
/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp595 struct make_unsigned struct
/external/deqp/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp1815 inline auto make_unsigned(const Y &y) -> typename std::make_unsigned<Y>::type in make_unsigned() function