Home
last modified time | relevance | path

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

/CTR-SDK-1.3.0/CTR_SDK/include/nn/fnd/
Dfnd_FixedLengthString.h214 AppendTail(s); in FixedLengthString()
222 AppendTail(s1); in FixedLengthString()
327 FixedLengthString& AppendTail(const FixedLengthString<Char, Length, Size>& s) in AppendTail() function
348 FixedLengthString& AppendTail(const Char* s) in AppendTail() function
401 FixedLengthString& AppendTail(const Char2* s, size_t size) in AppendTail() function
425 FixedLengthString& AppendTail(const Char2 s[Size]) in AppendTail() function
427 return AppendTail(s, Size); in AppendTail()
454 this->AppendTail(rhs);
459 FixedLengthString& operator+=(const Char2 s[Size]) { return AppendTail(s); }
463 this->AppendTail(rhs);