Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/util/
Dutil_AutoObject.h75 typedef TObject Object; typedef
80 AutoObject(const nn::WithInitialize&) : m_P(new Object()) {} in AutoObject()
83 AutoObject(const T& x) : m_P(new Object(x)) {} in AutoObject()
123 const Object& operator*() const
130 const Object* operator->() const
151Object* GetObject() { return reinterpret_cast<Object*>(reinterpret_cast<uptr>(m_AutoObject.m_P) & … in GetObject()
153 Object* GetObject() { return m_AutoObject.m_P; } in GetObject()
163 autoObject.m_P = new Object(*autoObject); in Updater()
174 Object& operator*()
179 Object* operator->()
[all …]
/CTR-SDK-0.14.4/include/nn/os/
Dos_LockPolicy.h61 struct Object struct
/CTR-SDK-0.14.4/sources/libraries/init/
Dinit_Alloc.cpp34 typedef nn::fnd::ExpHeapTemplate<nn::os::LockPolicy::Object<nn::os::CriticalSection> > SystemExpHea…
/CTR-SDK-0.14.4/include/nn/fnd/
Dfnd_WaitableUnitHeap.h28 template <class LockPolicy = nn::os::LockPolicy::Object<nn::os::CriticalSection>, class Semaphore =…
Dfnd_UnitHeap.h469 typedef UnitHeapTemplate<nn::os::LockPolicy::Object<nn::os::CriticalSection> > ThreadSafeUnitHeap;
Dfnd_ExpHeap.h626 typedef ExpHeapTemplate<nn::os::LockPolicy::Object<nn::os::CriticalSection> > ThreadSafeExpHeap;
Dfnd_FrameHeap.h606 typedef FrameHeapTemplate<nn::os::LockPolicy::Object<nn::os::CriticalSection> > ThreadSafeFrameHeap;
/CTR-SDK-0.14.4/build/omake/
Dcommondefs.om261 public.Object(config, files) =
452 …private.OFILES = $(Object $(config), $(filter-out %$(EXT_OBJ),$(files))) $(filter %$(EXT_OBJ),$(fi…
477 private.OFILE = $(Object $(config), $(filename))
519 …OFILES = $(Object $(config), $(filter-out %$(EXT_OBJ) %$(EXT_ELF),$(files))) $(filter…