Home | History | Annotate | Download | only in src

Lines Matching full:operator

403 bool operator==(const string& left, const string& right)
412 bool operator==(const string& left, const string::value_type *right)
462 const char& string::operator[](const size_type pos) const
467 char& string::operator[](const size_type pos)
560 string& string::operator=(char c)
657 bool operator<(const string& lhs, const string& rhs) {
661 bool operator<=(const string& lhs, const string& rhs) {
665 bool operator>(const string& lhs, const string& rhs) {
669 bool operator>=(const string& lhs, const string& rhs) {
677 ostream& operator<<(ostream& os, const string& str) {