Searched refs:Object (Results 1 – 8 of 8) sorted by relevance
75 typedef TObject Object; typedef80 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*() const130 const Object* operator->() const151 …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 …]
61 struct Object struct
34 typedef nn::fnd::ExpHeapTemplate<nn::os::LockPolicy::Object<nn::os::CriticalSection> > SystemExpHea…
28 template <class LockPolicy = nn::os::LockPolicy::Object<nn::os::CriticalSection>, class Semaphore =…
626 typedef ExpHeapTemplate<nn::os::LockPolicy::Object<nn::os::CriticalSection> > ThreadSafeExpHeap;
469 typedef UnitHeapTemplate<nn::os::LockPolicy::Object<nn::os::CriticalSection> > ThreadSafeUnitHeap;
606 typedef FrameHeapTemplate<nn::os::LockPolicy::Object<nn::os::CriticalSection> > ThreadSafeFrameHeap;
266 public.Object(config, files) =457 …private.OFILES = $(Object $(config), $(filter-out %$(EXT_OBJ),$(files))) $(filter %$(EXT_OBJ),$(fi…482 private.OFILE = $(Object $(config), $(filename))524 …OFILES = $(Object $(config), $(filter-out %$(EXT_OBJ) %$(EXT_ELF),$(files))) $(filter…