Home | History | Annotate | Download | only in utils

Lines Matching full:operator

71     inline  String16&           operator=(const String16& other);
73 inline String16& operator+=(const String16& other);
74 inline String16 operator+(const String16& other) const;
95 inline bool 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;
102 inline bool operator<(const char16_t* 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;
109 inline operator const char16_t*() const;
115 TextOutput& operator<<(TextOutput& to, const String16& val);
145 inline String16& String16::operator=(const String16& other)
151 inline String16& String16::operator+=(const String16& other)
157 inline String16 String16::operator+(const String16& other) const
169 inline bool 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 char16_t* 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 String16::operator const char16_t*() const