Lines Matching refs:operator
221 operator const Char*() const { return GetString(); }
223 const Char& operator[](s32 i) const
406 FixedLengthString& operator+=(const FixedLengthString<Char, Length, Size>& rhs)
413 FixedLengthString& operator+=(const Char2 s[Size]) { return AppendTail(s); }
415 FixedLengthString& operator+=(const Char* rhs)
422 …friend bool operator==(const FixedLengthString& lhs, const FixedLengthString<Char, Length2, Size2>…
427 friend bool operator==(const FixedLengthString& lhs, const Char* rhs)
432 friend bool operator==(const Char* lhs, const FixedLengthString& rhs)
438 …friend bool operator!=(const FixedLengthString& lhs, const FixedLengthString<Char, Length2, Size2>…
443 friend bool operator!=(const FixedLengthString& lhs, const Char* rhs)
448 friend bool operator!=(const Char* lhs, const FixedLengthString& rhs)
454 …friend bool operator<(const FixedLengthString& lhs, const FixedLengthString<TChar, Length, Size>& …
461 …friend bool operator>(const FixedLengthString& lhs, const FixedLengthString<TChar, Length, Size>& …
467 …friend bool operator<=(const FixedLengthString& lhs, const FixedLengthString<TChar, Length, Size>&…
473 …friend bool operator>=(const FixedLengthString& lhs, const FixedLengthString<TChar, Length, Size>&…
552 Char operator[](size_t i) const
558 LightFixedLengthString& operator=(const Char* s)