Searched refs:other (Results 1 – 8 of 8) sorted by relevance
| /CTR-SDK-4.2.8-20130828/sources/libraries/test/ |
| D | test_String.cpp | 30 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-4.2.8-20130828/include/nn/util/ |
| D | util_AutoObject.h | 85 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)) {} \
|
| D | util_Int64.h | 50 Int64(const Int64<Base, void>& other) : lo(other.lo), hi(other.hi) {} in Int64()
|
| /CTR-SDK-4.2.8-20130828/include/nn/font/detail/ |
| D | font_BinaryFileFormat.h | 152 /* ctor */ ResNum(const ResNum& other) : bits(other.bits) {} 155 void operator = (const ResNum& other) { bits = other.bits; }
|
| /CTR-SDK-4.2.8-20130828/include/nn/fnd/ |
| D | fnd_Allocator.h | 85 template <class U> struct rebind { typedef StdAllocatorAdapter<Allocator, U, Tag> other; }; typedef 115 template <class U> struct rebind { typedef StdUnitAllocatorAdapter<Allocator, U, Tag> other; }; typedef
|
| /CTR-SDK-4.2.8-20130828/resources/configtool/ |
| D | ctrsetting.txt | 52 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-4.2.8-20130828/tools/CommandLineTools/ctr_GxCommandAnalyzer/ |
| D | abstruct.csv | 156 0x149,Light source number 0 coordinate setting (w)/enabling or disabling of other settings 167 0x159,Light source number 1 coordinate setting (w)/enabling or disabling of other settings 178 0x169,Light source number 2 coordinate setting (w)/enabling or disabling of other settings 189 0x179,Light source number 3 coordinate setting (w)/enabling or disabling of other settings 200 0x189,Light source number 4 coordinate setting (w)/enabling or disabling of other settings 211 0x199,Light source number 5 coordinate setting (w)/enabling or disabling of other settings 222 0x1a9,Light source number 6 coordinate setting (w)/enabling or disabling of other settings 233 0x1b9,Light source number 7 coordinate setting (w)/enabling or disabling of other settings 312 0x245,Draw settings (other) 326 0x28a,Geometry shader start address/draw settings (other) [all …]
|
| D | detail.csv | 815 1: Settings other than GL_FALSE" 2786 * A value other than GL_FRAGOP_MODE_GL_DMP is set in the dmp_FragOperation.mode reserved uniform 2792 * A value other than GL_FRAGOP_MODE_GL_DMP is set in the dmp_FragOperation.mode reserved uniform 2802 …d uniform, the glEnable function has enabled GL_STENCIL_TEST, and a value other than 0 was set for… 2813 * A value other than 0 is set for glStencilMask" 3641 …t the upper two bits to 0. Operations are undefined if these bits are set to a value other than 0." 3644 …t the upper two bits to 0. Operations are undefined if these bits are set to a value other than 0." 3647 …t the upper two bits to 0. Operations are undefined if these bits are set to a value other than 0." 6943 …ister 0x200. Dummy commands are not needed for any command that sets bits other than bits [1:0] of… 6954 …metry shader subdivision (Loop or Catmull-Clark) is used. Sets 0 when any other geometry shader is… [all …]
|