| /CafeSDK-2.12.13-1/system/include/nn/util/ |
| D | util_TypeTraits.h | 23 template <class T, T v> struct integral_constant; 28 template <class T> struct is_void; 29 template <class T> struct is_integral; 30 template <class T> struct is_floating_point; 31 template <class T> struct is_float; 33 template <class T> struct is_pointer; 45 template <class T> struct is_arithmetic; 46 template <class T> struct is_fundamental; 58 template <class T> struct is_empty; 59 template <class T> struct is_polymorphic; [all …]
|
| D | util_Misc.h | 27 template <typename T, size_t Num> 28 size_t GetArraySize(T (&a)[Num]) in GetArraySize() 42 template <typename T, size_t Num> 43 const SizeTValue<Num>& GetArraySizeT(T (&a)[Num]) in GetArraySizeT() 51 template <typename T, size_t Num> 52 char (*NumOfElementsT(T (&a)[Num]))[Num];
|
| D | util_StaticAssert.h | 53 #define NN_STATIC_ASSERT_IS_POD(T) \ 56 T NN_ASSERT_H_STRING_JOIN_(nn_static_assert_is_pod_menber_, __LINE__); \ 63 #define NN_STATIC_ASSERT_IS_POD(T) ((void)0)
|
| D | util_NonCopyable.h | 38 template <typename T> 49 template <typename T>
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/ |
| D | demowin_assets.h | 136 template <typename T> 144 AutoList(const T& arg0) in AutoList() 146 AutoList(const T& arg0, const T& arg1) in AutoList() 148 AutoList(const T& arg0, const T& arg1, const T& arg2) in AutoList() 150 AutoList(const T& arg0, const T& arg1, const T& arg2, const T& arg3) in AutoList() 152 AutoList(const T& arg0, const T& arg1, const T& arg2, const T& arg3, const T& arg4) in AutoList() 154 … AutoList(const T& arg0, const T& arg1, const T& arg2, const T& arg3, const T& arg4, const T& arg5) in AutoList() 156 …AutoList(const T& arg0, const T& arg1, const T& arg2, const T& arg3, const T& arg4, const T& arg5,… in AutoList() 158 …AutoList(const T& arg0, const T& arg1, const T& arg2, const T& arg3, const T& arg4, const T& arg5,… in AutoList() 160 …AutoList(const T& arg0, const T& arg1, const T& arg2, const T& arg3, const T& arg4, const T& arg5,… in AutoList() [all …]
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/ |
| D | demowin_assets.h | 136 template <typename T> 144 AutoList(const T& arg0) in AutoList() 146 AutoList(const T& arg0, const T& arg1) in AutoList() 148 AutoList(const T& arg0, const T& arg1, const T& arg2) in AutoList() 150 AutoList(const T& arg0, const T& arg1, const T& arg2, const T& arg3) in AutoList() 152 AutoList(const T& arg0, const T& arg1, const T& arg2, const T& arg3, const T& arg4) in AutoList() 154 … AutoList(const T& arg0, const T& arg1, const T& arg2, const T& arg3, const T& arg4, const T& arg5) in AutoList() 156 …AutoList(const T& arg0, const T& arg1, const T& arg2, const T& arg3, const T& arg4, const T& arg5,… in AutoList() 158 …AutoList(const T& arg0, const T& arg1, const T& arg2, const T& arg3, const T& arg4, const T& arg5,… in AutoList() 160 …AutoList(const T& arg0, const T& arg1, const T& arg2, const T& arg3, const T& arg4, const T& arg5,… in AutoList() [all …]
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demoSystem.h | 178 template<class T> 179 struct DEMOAllocator : public std::allocator<T> 189 DEMOAllocator(const DEMOAllocator<T>&) {} in DEMOAllocator() 195 DEMOAllocator<T>& operator=(const DEMOAllocator<_Other>&) { return (*this); } 197 T* allocate(std::size_t n) in allocate() 199 return (T*)DEMOAlloc(n * sizeof(T)); in allocate() 202 void deallocate(T* p, std::size_t n) in deallocate()
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demoSystem.h | 178 template<class T> 179 struct DEMOAllocator : public std::allocator<T> 189 DEMOAllocator(const DEMOAllocator<T>&) {} in DEMOAllocator() 195 DEMOAllocator<T>& operator=(const DEMOAllocator<_Other>&) { return (*this); } 197 T* allocate(std::size_t n) in allocate() 199 return (T*)DEMOAlloc(n * sizeof(T)); in allocate() 202 void deallocate(T* p, std::size_t n) in deallocate()
|
| /CafeSDK-2.12.13-1/system/include/nn/ec/ |
| D | ec_NonCopyable.h | 26 template <class T> class NonCopyable 35 T& operator=(const T&);
|
| /CafeSDK-2.12.13-1/system/src/lib/szfile/ |
| D | 7zIn.c | 176 #define MY_ALLOC(T, p, size, alloc) { if ((size) == 0) p = 0; else \ argument 177 if ((p = (T *)IAlloc_Alloc(alloc, (size) * sizeof(T))) == 0) return SZ_ERROR_MEM; }
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | Character stream dumper.cs | 307 T = 0x54, enumerator
|