Searched refs:other (Results 1 – 8 of 8) sorted by relevance
30 String::String(const String& other) in String() argument32 Initialize(other.GetBuffer()); in String()49 String& String::operator =(const String& other) in operator =() argument51 return *this = other.GetBuffer(); in operator =()54 bool String::operator==(String& other) in operator ==() argument56 return other == m_pBuffer; in operator ==()75 String& String::operator+=(const String& other) in operator +=() argument77 return (*this += other.GetBuffer()); in operator +=()
85 AutoObject(const AutoObject& other) : m_P(other.m_P) in AutoObject() argument87 other.AssertNotUpdating(); in AutoObject()263 name(const name& other) : Base(static_cast<const Base&>(other)) {} \
50 Int64(const Int64<Base, void>& other) : lo(other.lo), hi(other.hi) {} in Int64()
43 LockFreeQueuePointer(const LockFreeQueuePointer& other) : buf(other.buf) {} in LockFreeQueuePointer()44 bool operator==(const LockFreeQueuePointer& other) { return buf == other.buf; }
152 /* ctor */ ResNum(const ResNum& other) : bits(other.bits) {}155 void operator = (const ResNum& other) { bits = other.bits; }
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
532 void CopyProfileData(const TextWriterBase<CharType>& other) const;
575 void CopyProfileData(const CharWriter& other) const;