Searched refs:FixedLengthString (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/fnd/ |
| D | fnd_FixedLengthString.h | 67 class FixedLengthString : private detail::FixedLengthStringBuffer<TChar, TObjectSize> 173 FixedLengthString() in FixedLengthString() function 180 FixedLengthString(const T* s) in FixedLengthString() function 195 FixedLengthString(const FixedLengthString<TChar, Length, Size>& s1) in FixedLengthString() function 208 FixedLengthString& Clear() in Clear() 233 FixedLengthString& AppendHead(const FixedLengthString<Char, Length, Size>& s) in AppendHead() 263 FixedLengthString& AppendHead(const Char* s) in AppendHead() 294 FixedLengthString& AppendTail(const FixedLengthString<Char, Length, Size>& s) in AppendTail() 315 FixedLengthString& AppendTail(const Char* s) in AppendTail() 329 FixedLengthString& AppendHeadAsHex(bit32 x) in AppendHeadAsHex() [all …]
|
| /CTR-SDK-0.14.4/include/nn/fslow/ |
| D | fslow_SafePath.h | 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…
|