Lines Matching defs:operator

98     inline  String8&            operator=(const String8& other);
99 inline String8& operator=(const char* other);
101 inline String8& operator+=(const String8& other);
102 inline String8 operator+(const String8& other) const;
104 inline String8& operator+=(const char* other);
105 inline String8 operator+(const char* 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;
113 inline bool operator>=(const String8& other) const;
114 inline bool operator>(const String8& 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;
120 inline bool operator>=(const char* other) const;
121 inline bool operator>(const char* other) const;
123 inline operator const char*() const;
283 inline String8& String8::operator=(const String8& other)
289 inline String8& String8::operator=(const char* other)
295 inline String8& String8::operator+=(const String8& other)
301 inline String8 String8::operator+(const String8& other) const
308 inline String8& String8::operator+=(const char* other)
314 inline String8 String8::operator+(const char* other) const
326 inline bool String8::operator<(const String8& other) const
331 inline bool String8::operator<=(const String8& other) const
336 inline bool String8::operator==(const String8& other) const
341 inline bool String8::operator!=(const String8& other) const
346 inline bool String8::operator>=(const String8& other) const
351 inline bool String8::operator>(const String8& other) const
356 inline bool String8::operator<(const char* other) const
361 inline bool String8::operator<=(const char* other) const
366 inline bool String8::operator==(const char* other) const
371 inline bool String8::operator!=(const char* other) const
376 inline bool String8::operator>=(const char* other) const
381 inline bool String8::operator>(const char* other) const
386 inline String8::operator const char*() const