Lines Matching defs:operator

96     inline  String8&            operator=(const String8& other);
97 inline String8& operator=(const char* other);
99 inline String8& operator+=(const String8& other);
100 inline String8 operator+(const String8& other) const;
102 inline String8& operator+=(const char* other);
103 inline String8 operator+(const char* other) const;
107 inline bool operator<(const String8& other) const;
108 inline bool operator<=(const String8& other) const;
109 inline bool operator==(const String8& other) const;
110 inline bool operator!=(const String8& other) const;
111 inline bool operator>=(const String8& other) const;
112 inline bool operator>(const String8& other) const;
114 inline bool operator<(const char* other) const;
115 inline bool operator<=(const char* other) const;
116 inline bool operator==(const char* other) const;
117 inline bool operator!=(const char* other) const;
118 inline bool operator>=(const char* other) const;
119 inline bool operator>(const char* other) const;
121 inline operator const char*() const;
284 inline String8& String8::operator=(const String8& other)
290 inline String8& String8::operator=(const char* other)
296 inline String8& String8::operator+=(const String8& other)
302 inline String8 String8::operator+(const String8& other) const
309 inline String8& String8::operator+=(const char* other)
315 inline String8 String8::operator+(const char* other) const
327 inline bool String8::operator<(const String8& other) const
332 inline bool String8::operator<=(const String8& other) const
337 inline bool String8::operator==(const String8& other) const
342 inline bool String8::operator!=(const String8& other) const
347 inline bool String8::operator>=(const String8& other) const
352 inline bool String8::operator>(const String8& other) const
357 inline bool String8::operator<(const char* other) const
362 inline bool String8::operator<=(const char* other) const
367 inline bool String8::operator==(const char* other) const
372 inline bool String8::operator!=(const char* other) const
377 inline bool String8::operator>=(const char* other) const
382 inline bool String8::operator>(const char* other) const
387 inline String8::operator const char*() const