Home
last modified time | relevance | path

Searched defs:make_signed (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_int.hpp77 struct make_signed struct
81 struct make_signed<char> struct
83 typedef char type;
87 struct make_signed<short> struct
89 typedef short type;
93 struct make_signed<int> struct
95 typedef int type;
99 struct make_signed<long> struct
101 typedef long type;
105 struct make_signed<unsigned char> struct
[all …]
/third_party/boost/boost/type_traits/
Dmake_signed.hpp28 struct make_signed struct
34 typedef typename remove_cv<T>::type t_no_cv;
111 >::type base_integer_type;
118 >::type const_base_integer_type;
125 >::type type;
/third_party/boost/libs/hana/include/boost/hana/
Dtraits.hpp158 constexpr auto make_signed = metafunction<std::make_signed>; variable
/third_party/boost/boost/hana/
Dtraits.hpp158 constexpr auto make_signed = metafunction<std::make_signed>; variable