Lines Matching refs:operator
221 operator const Char*() const { return GetString(); }
223 const Char& operator[](s32 i) const
419 FixedLengthString& operator+=(const FixedLengthString<Char, Length, Size>& rhs)
426 FixedLengthString& operator+=(const Char2 s[Size]) { return AppendTail(s); }
428 FixedLengthString& operator+=(const Char* rhs)
435 …friend bool operator==(const FixedLengthString& lhs, const FixedLengthString<Char, Length2, Size2>…
440 friend bool operator==(const FixedLengthString& lhs, const Char* rhs)
445 friend bool operator==(const Char* lhs, const FixedLengthString& rhs)
451 …friend bool operator!=(const FixedLengthString& lhs, const FixedLengthString<Char, Length2, Size2>…
456 friend bool operator!=(const FixedLengthString& lhs, const Char* rhs)
461 friend bool operator!=(const Char* lhs, const FixedLengthString& rhs)
467 …friend bool operator<(const FixedLengthString& lhs, const FixedLengthString<TChar, Length, Size>& …
474 …friend bool operator>(const FixedLengthString& lhs, const FixedLengthString<TChar, Length, Size>& …
480 …friend bool operator<=(const FixedLengthString& lhs, const FixedLengthString<TChar, Length, Size>&…
486 …friend bool operator>=(const FixedLengthString& lhs, const FixedLengthString<TChar, Length, Size>&…
565 Char operator[](size_t i) const
571 LightFixedLengthString& operator=(const Char* s)