Home | History | Annotate | Download | only in utils

Lines Matching defs:operator

81     inline  String16&           operator=(const String16& other);
83 inline String16& operator+=(const String16& other);
84 inline String16 operator+(const String16& other) const;
105 inline bool operator<(const String16& other) const;
106 inline bool operator<=(const String16& other) const;
107 inline bool operator==(const String16& other) const;
108 inline bool operator!=(const String16& other) const;
109 inline bool operator>=(const String16& other) const;
110 inline bool operator>(const String16& other) const;
112 inline bool operator<(const char16_t* other) const;
113 inline bool operator<=(const char16_t* other) const;
114 inline bool operator==(const char16_t* other) const;
115 inline bool operator!=(const char16_t* other) const;
116 inline bool operator>=(const char16_t* other) const;
117 inline bool operator>(const char16_t* other) const;
119 inline operator const char16_t*() const;
157 inline String16& String16::operator=(const String16& other)
163 inline String16& String16::operator+=(const String16& other)
169 inline String16 String16::operator+(const String16& other) const
181 inline bool String16::operator<(const String16& other) const
186 inline bool String16::operator<=(const String16& other) const
191 inline bool String16::operator==(const String16& other) const
196 inline bool String16::operator!=(const String16& other) const
201 inline bool String16::operator>=(const String16& other) const
206 inline bool String16::operator>(const String16& other) const
211 inline bool String16::operator<(const char16_t* other) const
216 inline bool String16::operator<=(const char16_t* other) const
221 inline bool String16::operator==(const char16_t* other) const
226 inline bool String16::operator!=(const char16_t* other) const
231 inline bool String16::operator>=(const char16_t* other) const
236 inline bool String16::operator>(const char16_t* other) const
241 inline String16::operator const char16_t*() const