Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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 …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp1703 template<class Y> inline auto make_unsigned(const Y& y) -> typename std::make_unsigned<Y>::type in make_unsigned() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp4580 struct make_unsigned struct
4581 { typedef typename __make_unsigned_selector<_Tp>::__type type; };