Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp848 struct IsIntegralHelper : FalseType {}; struct
850 template<> struct IsIntegralHelper<char> : TrueType {}; struct
851 template<> struct IsIntegralHelper<signed char> : TrueType {}; struct
852 template<> struct IsIntegralHelper<unsigned char> : TrueType {}; struct
853 template<> struct IsIntegralHelper<short> : TrueType {}; struct
854 template<> struct IsIntegralHelper<unsigned short> : TrueType {}; struct
855 template<> struct IsIntegralHelper<int> : TrueType {}; struct
856 template<> struct IsIntegralHelper<unsigned int> : TrueType {}; struct
857 template<> struct IsIntegralHelper<long> : TrueType {}; struct
858 template<> struct IsIntegralHelper<unsigned long> : TrueType {}; struct
[all …]