Lines Matching defs:S
83 Simstr::Simstr(const Simstr & S) in Simstr()
90 Simstr & Simstr::operator=(const Simstr & S) in operator =()
118 Simstr::operator+=(const Simstr & S) in operator +=()
186 Simstr::push_front(const Simstr & S) in push_front()
199 Simstr::push_back(const Simstr & S) in push_back()
291 operator+(const char * str, const Simstr & S) in operator +()
299 operator+(const Simstr & S, const char * str) in operator +()
307 operator+(char c, const Simstr & S) in operator +()
315 operator+(const Simstr & S, char c) in operator +()
325 operator==(const Simstr & S, const char * str) in operator ==()
331 operator!=(const Simstr & S, const char * str) in operator !=()
337 operator<(const Simstr & S, const char * str) in operator <()
343 operator>(const Simstr & S, const char * str) in operator >()
349 operator<=(const Simstr & S, const char * str) in operator <=()
355 operator>=(const Simstr & S, const char * str) in operator >=()
361 operator==(const char * str, const Simstr & S) in operator ==()
367 operator!=(const char * str, const Simstr & S) in operator !=()
373 operator<(const char * str, const Simstr & S) in operator <()
379 operator>(const char * str, const Simstr & S) in operator >()
385 operator<=(const char * str, const Simstr & S) in operator <=()
391 operator>=(const char * str, const Simstr & S) in operator >=()