Home
last modified time | relevance | path

Searched refs:IndexToObject (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTStaticVector.h41 inline T* IndexToObject(int32 index) in IndexToObject() function
94 return *IndexToObject(i);
100 return *IndexToObject(i);
108 MoveCtor( IndexToObject(lastElementIndex), std::move(val) ); in PushBack()
123 return IndexToObject(0); in Begin()
/TaskScheduler/Scheduler/Include/Scopes/
H A DMTScopes.h138 T* IndexToObject(int32 index) in IndexToObject() function
152 T* pObject = IndexToObject(index); in AllocObject()
171 T* pObject = IndexToObject(i); in ~PersistentScopeDescriptorStorage()
234 T* pObject = IndexToObject(index); in Get()
259 T* IndexToObject(int32 index) in IndexToObject() function
272 T* pObject = IndexToObject(index); in AllocObject()
288 T* pObject = IndexToObject(i); in ~WeakScopeStack()
300 return IndexToObject(index); in Get()
385 T* IndexToObject(int32 index) in IndexToObject() function
427 return IndexToObject(index); in Get()
[all …]