Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/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-2.4.0/include/nn/util/
Dutil_AutoObject.h85 AutoObject(const AutoObject& other) : m_P(other.m_P) in AutoObject() argument
87 other.AssertNotUpdating(); in AutoObject()
260 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-2.4.0/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-2.4.0/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-2.4.0/resources/configtool/
Dctrsetting.txt52 parentalP2PInternet:1; // Is there a restriction on Internet communication with other u…
53 parentalP2PCec:1; // Is there a restriction on StreetPass communication with other
/CTR-SDK-2.4.0/build/omake/
Dutildefs.om17 # Do not add anything other than function definitions
Dcommondefs.funcs.om17 # Do not add anything other than function definitions