Searched refs:TChar (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/fnd/ |
| D | fnd_FixedLengthString.h | 32 template <class TChar> 36 TChar* m_Data; 40 template <class TChar, size_t TMaxLength> 43 …tic const size_t value = sizeof(FixedLengthStringHeader<TChar>) + (TMaxLength + 1) * sizeof(TChar); 46 template <class TChar, size_t TObjectSize> 47 struct FixedLengthStringBuffer : public FixedLengthStringHeader<TChar> 49 …tatic const size_t Length = (TObjectSize - sizeof(FixedLengthStringHeader<TChar>)) / sizeof(TChar); 50 TChar m_Buffer[Length]; 60 class TChar, 62 size_t TObjectSize = detail::FixedLengthStringSize<TChar, TMaxLength>::value, [all …]
|
| /CTR-SDK-0.14.4/include/nn/fslow/ |
| D | fslow_SafePath.h | 27 template <typename TChar, size_t TMaxLength, size_t TSize> 30 …public nn::fnd::FixedLengthString<TChar, TMaxLength, TSize - sizeof(nn::util::ReferenceCounter<u32… 33 …typedef nn::fnd::FixedLengthString<TChar, TMaxLength, TSize - sizeof(nn::util::ReferenceCounter<u3… 36 ReferenceCountedString(const TChar* s) : Base(s) {} in ReferenceCountedString()
|
| D | fslow_IArchive.h | 142 template <class TChar, size_t TMaxLength, TChar TSeparator> 147 typedef TChar Char; 149 static const TChar Separator = TSeparator;
|