Home
last modified time | relevance | path

Searched refs:other (Results 1 – 8 of 8) sorted by relevance

/CTR-SDK-0.14.21/sources/libraries/test/
Dtest_String.cpp30 String::String(const String& other) in String() argument
32 Initialize(other.GetBuffer()); in String()
49 String& String::operator =(const String& other) in operator =() argument
51 return *this = other.GetBuffer(); in operator =()
54 bool String::operator==(String& other) in operator ==() argument
56 return other == m_pBuffer; in operator ==()
75 String& String::operator+=(const String& other) in operator +=() argument
77 return (*this += other.GetBuffer()); in operator +=()
/CTR-SDK-0.14.21/include/nn/util/
Dutil_AutoObject.h85 AutoObject(const AutoObject& other) : m_P(other.m_P) in AutoObject() argument
87 other.AssertNotUpdating(); in AutoObject()
263 name(const name& other) : Base(static_cast<const Base&>(other)) {} \
Dutil_Int64.h50 Int64(const Int64<Base, void>& other) : lo(other.lo), hi(other.hi) {} in Int64()
/CTR-SDK-0.14.21/include/nn/util/ARMv6/
Dutil_LockFreeQueueImpl.h43 LockFreeQueuePointer(const LockFreeQueuePointer& other) : buf(other.buf) {} in LockFreeQueuePointer()
44 bool operator==(const LockFreeQueuePointer& other) { return buf == other.buf; }
/CTR-SDK-0.14.21/include/nn/font/detail/
Dfont_BinaryFileFormat.h152 /* ctor */ ResNum(const ResNum& other) : bits(other.bits) {}
155 void operator = (const ResNum& other) { bits = other.bits; }
/CTR-SDK-0.14.21/include/nn/fnd/
Dfnd_Allocator.h82 template <class U> struct rebind { typedef StdAllocatorAdapter<Allocator, U, Tag> other; }; typedef
112 template <class U> struct rebind { typedef StdUnitAllocatorAdapter<Allocator, U, Tag> other; }; typedef
/CTR-SDK-0.14.21/include/nn/font/CTR/
Dfont_TextWriterBase.h532 void CopyProfileData(const TextWriterBase<CharType>& other) const;
Dfont_CharWriter.h575 void CopyProfileData(const CharWriter& other) const;