Searched defs:other (Results 1 – 3 of 3) sorted by relevance
30 String::String(const String& other) in String()49 String& String::operator =(const String& other) in operator =()54 bool String::operator==(String& other) in operator ==()75 String& String::operator+=(const String& other) in operator +=()
82 template <class U> struct rebind { typedef StdAllocatorAdapter<Allocator, U, Tag> other; }; typedef112 template <class U> struct rebind { typedef StdUnitAllocatorAdapter<Allocator, U, Tag> other; }; typedef
85 AutoObject(const AutoObject& other) : m_P(other.m_P) in AutoObject()