Home
last modified time | relevance | path

Searched defs:IsPod (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp1034 struct IsPod : public FalseType {}; struct
1036 template<> struct IsPod<char> : TrueType {}; struct
1037 template<> struct IsPod<signed char> : TrueType {}; struct
1038 template<> struct IsPod<unsigned char> : TrueType {}; struct
1039 template<> struct IsPod<short> : TrueType {}; struct
1040 template<> struct IsPod<unsigned short> : TrueType {}; struct
1041 template<> struct IsPod<int> : TrueType {}; struct
1042 template<> struct IsPod<unsigned int> : TrueType {}; struct
1043 template<> struct IsPod<long> : TrueType {}; struct
1044 template<> struct IsPod<unsigne struct
1045 template<> struct IsPod<long long> : TrueType {}; global() struct
1046 template<> struct IsPod<unsigned long long> : TrueType {}; global() struct
1047 template<> struct IsPod<bool> : TrueType {}; global() struct
1048 template<> struct IsPod<float> : TrueType {}; global() struct
1049 template<> struct IsPod<double> : TrueType {}; global() struct
1050 template<> struct IsPod<wchar_t> : TrueType {}; global() struct
1051 template<> struct IsPod<char16_t> : TrueType {}; global() struct
1052 template<typename T> struct IsPod<T*> : TrueType {}; global() struct
[all...]

Completed in 3 milliseconds