Lines Matching refs:FixedLengthString
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()
362 FixedLengthString& AppendHeadAsHex(bit32 x) in AppendHeadAsHex()
375 FixedLengthString& AppendTailAsHex(bit32 x) in AppendTailAsHex()
401 FixedLengthString& AppendTail(const Char2* s, size_t size) in AppendTail()
425 FixedLengthString& AppendTail(const Char2 s[Size]) in AppendTail()
430 FixedLengthString& EraseTail(size_t length) in EraseTail()
440 FixedLengthString& EraseHead(size_t length) in EraseHead()
452 FixedLengthString& operator+=(const FixedLengthString<Char, Length, Size>& rhs)
459 FixedLengthString& operator+=(const Char2 s[Size]) { return AppendTail(s); }
461 FixedLengthString& operator+=(const Char* rhs)
468 …friend bool operator==(const FixedLengthString& lhs, const FixedLengthString<Char, Length2, Size2>…
473 friend bool operator==(const FixedLengthString& lhs, const Char* rhs)
478 friend bool operator==(const Char* lhs, const FixedLengthString& rhs)
484 …friend bool operator!=(const FixedLengthString& lhs, const FixedLengthString<Char, Length2, Size2>…
489 friend bool operator!=(const FixedLengthString& lhs, const Char* rhs)
494 friend bool operator!=(const Char* lhs, const FixedLengthString& rhs)
500 …friend bool operator<(const FixedLengthString& lhs, const FixedLengthString<TChar, Length, Size>& …
507 …friend bool operator>(const FixedLengthString& lhs, const FixedLengthString<TChar, Length, Size>& …
513 …friend bool operator<=(const FixedLengthString& lhs, const FixedLengthString<TChar, Length, Size>&…
519 …friend bool operator>=(const FixedLengthString& lhs, const FixedLengthString<TChar, Length, Size>&…