Home
last modified time | relevance | path

Searched refs:TChar (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/
Dfnd_FixedLengthString.h32 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 …c const size_t Length = (TObjectSize - sizeof(FixedLengthStringHeader<TChar>)) / sizeof(TChar) - 1;
50 TChar m_Buffer[Length + 1];
60 class TChar,
62 size_t TObjectSize = detail::FixedLengthStringSize<TChar, TMaxLength>::value,
[all …]
/CTR-SDK-1.0.0/CTR_SDK/include/nn/fslow/
Dfslow_SafePath.h27 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()
Dfslow_IArchive.h142 template <class TChar, size_t TMaxLength, TChar TSeparator>
147 typedef TChar Char;
149 static const TChar Separator = TSeparator;