Searched refs:FixedLengthString (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/ |
| D | fnd_FixedLengthString.h | 67 class FixedLengthString : private detail::FixedLengthStringBuffer<TChar, TObjectSize> 189 FixedLengthString() in FixedLengthString() function 196 FixedLengthString(const T* s) in FixedLengthString() function 210 FixedLengthString(const FixedLengthString& s) in FixedLengthString() function 218 FixedLengthString(const FixedLengthString<TChar, Length, Size>& s1) in FixedLengthString() function 231 FixedLengthString& Clear() in Clear() 256 FixedLengthString& AppendHead(const FixedLengthString<Char, Length, Size>& str) in AppendHead() 292 FixedLengthString& AppendHead(const Char* s) in AppendHead() 327 FixedLengthString& AppendTail(const FixedLengthString<Char, Length, Size>& s) in AppendTail() 348 FixedLengthString& AppendTail(const Char* s) in AppendTail() [all …]
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/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…
|