Lines Matching refs:operator
89 inline String8& operator=(const String8& other); variable
90 inline String8& operator=(const char* other); variable
92 inline String8& operator+=(const String8& other);
93 inline String8 operator+(const String8& other) const;
95 inline String8& operator+=(const char* other);
96 inline String8 operator+(const char* other) const;
100 inline bool operator<(const String8& other) const;
101 inline bool operator<=(const String8& other) const;
102 inline bool operator==(const String8& other) const;
103 inline bool operator!=(const String8& other) const;
104 inline bool operator>=(const String8& other) const;
105 inline bool operator>(const String8& other) const;
107 inline bool operator<(const char* other) const;
108 inline bool operator<=(const char* other) const;
109 inline bool operator==(const char* other) const;
110 inline bool operator!=(const char* other) const;
111 inline bool operator>=(const char* other) const;
112 inline bool operator>(const char* other) const;
114 inline operator const char*() const;
227 TextOutput& operator<<(TextOutput& to, const String16& val);
276 inline String8& String8::operator=(const String8& other)
282 inline String8& String8::operator=(const char* other)
288 inline String8& String8::operator+=(const String8& other)
294 inline String8 String8::operator+(const String8& other) const
301 inline String8& String8::operator+=(const char* other)
307 inline String8 String8::operator+(const char* other) const
319 inline bool String8::operator<(const String8& other) const
324 inline bool String8::operator<=(const String8& other) const
329 inline bool String8::operator==(const String8& other) const
334 inline bool String8::operator!=(const String8& other) const
339 inline bool String8::operator>=(const String8& other) const
344 inline bool String8::operator>(const String8& other) const
349 inline bool String8::operator<(const char* other) const
354 inline bool String8::operator<=(const char* other) const
359 inline bool String8::operator==(const char* other) const
364 inline bool String8::operator!=(const char* other) const
369 inline bool String8::operator>=(const char* other) const
374 inline bool String8::operator>(const char* other) const
379 inline String8::operator const char*() const