Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/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-2.4.0/include/nn/os/
Dos_LockPolicy.h61 struct Object struct
/CTR-SDK-2.4.0/sources/libraries/init/
Dinit_Alloc.cpp37 typedef nn::fnd::ExpHeapTemplate<nn::os::LockPolicy::Object<nn::os::CriticalSection> > SystemExpHea…
/CTR-SDK-2.4.0/include/nn/fnd/
Dfnd_WaitableUnitHeap.h28 template <class LockPolicy = nn::os::LockPolicy::Object<nn::os::CriticalSection>, class Semaphore =…
Dfnd_UnitHeap.h495 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-2.4.0/build/omake/
Dcommondefs.funcs.om328 # Object
337 Object(config, srcs) =
360 # Apply the Object, and copy the generated file to the specified location
397 private.ofiles = $(objs) $(Object $(config), $(srcs))
509 …private.ofiles = $(Object $(config), $(filter-out $(ext_elfs),$(files))) $(filter $(ext_elfs)…
/CTR-SDK-2.4.0/build/omake_deprecated/
Dcommondefs.om273 public.Object(config, files) =
464 …private.OFILES = $(Object $(config), $(filter-out %$(EXT_OBJ),$(files))) $(filter %$(EXT_OBJ),$(fi…
489 private.OFILE = $(Object $(config), $(filename))
532 …OFILES = $(Object $(config), $(filter-out $(EXT_DIRECT),$(files))) $(filter $(EXT_DIR…