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() function368 FixedLengthString& AppendTail(const Char2* s, size_t size) in AppendTail() function392 FixedLengthString& AppendTail(const Char2 s[Size]) in AppendTail() function394 return AppendTail(s, Size); in AppendTail()421 this->AppendTail(rhs);426 FixedLengthString& operator+=(const Char2 s[Size]) { return AppendTail(s); }430 this->AppendTail(rhs);