Searched refs:AppendTail (Results 1 – 1 of 1) sorted by relevance
214 AppendTail(s); in FixedLengthString()222 AppendTail(s1); in FixedLengthString()327 FixedLengthString& AppendTail(const FixedLengthString<Char, Length, Size>& s) in AppendTail() function348 FixedLengthString& AppendTail(const Char* s) in AppendTail() function401 FixedLengthString& AppendTail(const Char2* s, size_t size) in AppendTail() function425 FixedLengthString& AppendTail(const Char2 s[Size]) in AppendTail() function427 return AppendTail(s, Size); in AppendTail()454 this->AppendTail(rhs);459 FixedLengthString& operator+=(const Char2 s[Size]) { return AppendTail(s); }463 this->AppendTail(rhs);