Lines Matching defs:S

115 Simstr::Simstr(const Simstr & S)  in Simstr()
122 Simstr & Simstr::operator=(const Simstr & S) in operator =()
169 Simstr::operator+=(const Simstr & S) in operator +=()
334 Simstr::insert(int pos, const Simstr & S) in insert()
351 Simstr::push_front(const Simstr & S) in push_front()
364 Simstr::push_back(const Simstr & S) in push_back()
468 Simstr::remove_all(const Simstr & S) in remove_all()
669 Simstr::replace(int startPos, int anzahl, const Simstr & S) in replace()
724 operator+(const char * str, const Simstr & S) in operator +()
732 operator+(const Simstr & S, const char * str) in operator +()
740 operator+(char c, const Simstr & S) in operator +()
748 operator+(const Simstr & S, char c) in operator +()
758 operator==(const Simstr & S, const char * str) in operator ==()
764 operator!=(const Simstr & S, const char * str) in operator !=()
770 operator<(const Simstr & S, const char * str) in operator <()
776 operator>(const Simstr & S, const char * str) in operator >()
782 operator<=(const Simstr & S, const char * str) in operator <=()
788 operator>=(const Simstr & S, const char * str) in operator >=()
794 operator==(const char * str, const Simstr & S) in operator ==()
800 operator!=(const char * str, const Simstr & S) in operator !=()
806 operator<(const char * str, const Simstr & S) in operator <()
812 operator>(const char * str, const Simstr & S) in operator >()
818 operator<=(const char * str, const Simstr & S) in operator <=()
824 operator>=(const char * str, const Simstr & S) in operator >=()