Searched refs:Object (Results 1 – 9 of 9) sorted by relevance
| /CTR-SDK-2.4.0/include/nn/util/ |
| D | util_AutoObject.h | 75 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 151 …Object* 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/ |
| D | os_LockPolicy.h | 61 struct Object struct
|
| /CTR-SDK-2.4.0/sources/libraries/init/ |
| D | init_Alloc.cpp | 37 typedef nn::fnd::ExpHeapTemplate<nn::os::LockPolicy::Object<nn::os::CriticalSection> > SystemExpHea…
|
| /CTR-SDK-2.4.0/include/nn/fnd/ |
| D | fnd_WaitableUnitHeap.h | 28 template <class LockPolicy = nn::os::LockPolicy::Object<nn::os::CriticalSection>, class Semaphore =…
|
| D | fnd_UnitHeap.h | 495 typedef UnitHeapTemplate<nn::os::LockPolicy::Object<nn::os::CriticalSection> > ThreadSafeUnitHeap;
|
| D | fnd_ExpHeap.h | 626 typedef ExpHeapTemplate<nn::os::LockPolicy::Object<nn::os::CriticalSection> > ThreadSafeExpHeap;
|
| D | fnd_FrameHeap.h | 606 typedef FrameHeapTemplate<nn::os::LockPolicy::Object<nn::os::CriticalSection> > ThreadSafeFrameHeap;
|
| /CTR-SDK-2.4.0/build/omake/ |
| D | commondefs.funcs.om | 328 # 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/ |
| D | commondefs.om | 273 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…
|