Home
last modified time | relevance | path

Searched defs:other (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-0.14.4/sources/libraries/test/
Dtest_String.cpp30 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 +=()
/CTR-SDK-0.14.4/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.4/include/nn/util/
Dutil_AutoObject.h85 AutoObject(const AutoObject& other) : m_P(other.m_P) in AutoObject()