Lines Matching refs:operator
244 operator const Char*() const { return GetString(); }
246 const Char& operator[](s32 i) const
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>&…
598 Char operator[](size_t i) const
604 LightFixedLengthString& operator=(const Char* s)