Lines Matching defs:operator

72     inline  String16&           operator=(const String16& other);
74 inline String16& operator+=(const String16& other);
75 inline String16 operator+(const String16& other) const;
96 inline bool operator<(const String16& other) const;
97 inline bool operator<=(const String16& other) const;
98 inline bool operator==(const String16& other) const;
99 inline bool operator!=(const String16& other) const;
100 inline bool operator>=(const String16& other) const;
101 inline bool operator>(const String16& other) const;
103 inline bool operator<(const char16_t* other) const;
104 inline bool operator<=(const char16_t* other) const;
105 inline bool operator==(const char16_t* other) const;
106 inline bool operator!=(const char16_t* other) const;
107 inline bool operator>=(const char16_t* other) const;
108 inline bool operator>(const char16_t* other) const;
110 inline operator const char16_t*() const;
120 TextOutput& operator<<(TextOutput& to, const String16& val);
150 inline String16& String16::operator=(const String16& other)
156 inline String16& String16::operator+=(const String16& other)
162 inline String16 String16::operator+(const String16& other) const
174 inline bool String16::operator<(const String16& other) const
179 inline bool String16::operator<=(const String16& other) const
184 inline bool String16::operator==(const String16& other) const
189 inline bool String16::operator!=(const String16& other) const
194 inline bool String16::operator>=(const String16& other) const
199 inline bool String16::operator>(const String16& other) const
204 inline bool String16::operator<(const char16_t* other) const
209 inline bool String16::operator<=(const char16_t* other) const
214 inline bool String16::operator==(const char16_t* other) const
219 inline bool String16::operator!=(const char16_t* other) const
224 inline bool String16::operator>=(const char16_t* other) const
229 inline bool String16::operator>(const char16_t* other) const
234 inline String16::operator const char16_t*() const