Home | History | Annotate | Download | only in sksl

Lines Matching full:operator

41     char operator[](size_t idx) const {
45 bool operator==(const char* s) const;
46 bool operator!=(const char* s) const;
47 bool operator==(StringFragment s) const;
48 bool operator!=(StringFragment s) const;
49 bool operator<(StringFragment s) const;
55 bool operator==(const char* s1, StringFragment s2);
57 bool operator!=(const char* s1, StringFragment s2);
64 String& operator=(const String&) = default;
65 String& operator=(String&&) = default;
91 String operator+(const char* s) const;
92 String operator+(const String& s) const;
93 String operator+(StringFragment s) const;
94 String& operator+=(char c);
95 String& operator+=(const char* s);
96 String& operator+=(const String& s);
97 String& operator+=(StringFragment s);
98 bool operator==(const char* s) const;
99 bool operator!=(const char* s) const;
100 bool operator==(const String& s) const;
101 bool operator!=(const String& s) const;
102 friend String operator+(const char* s1, const String& s2);
103 friend bool operator==(const char* s1, const String& s2);
104 friend bool operator!=(const char* s1, const String& s2);
110 String operator+(const char* s1, const String& s2);
111 bool operator!=(const char* s1, const String& s2);
133 size_t operator()(const SkSL::StringFragment& s) const {
146 size_t operator()(const SkSL::String& s) const {
155 size_t operator()(const SkSL::String& s) const {