Searched refs:AppendTail (Results 1 – 1 of 1) sorted by relevance
199 AppendTail(s1); in FixedLengthString()294 FixedLengthString& AppendTail(const FixedLengthString<Char, Length, Size>& s) in AppendTail() function315 FixedLengthString& AppendTail(const Char* s) in AppendTail() function355 FixedLengthString& AppendTail(const Char2* s, size_t size) in AppendTail() function379 FixedLengthString& AppendTail(const Char2 s[Size]) in AppendTail() function381 return AppendTail(s, Size); in AppendTail()408 this->AppendTail(rhs);413 FixedLengthString& operator+=(const Char2 s[Size]) { return AppendTail(s); }417 this->AppendTail(rhs);