Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/Scopes/
H A DMTScopes.h55 ScopeDesc(const char* srcFile, int32 srcLine, const char* scopeName) in ScopeDesc() argument
56 : name(scopeName) in ScopeDesc()
177 int32 Alloc(const char* srcFile, int32 srcLine, const char* scopeName) in Alloc() argument
185 new(pObject) T(srcFile, srcLine, scopeName); in Alloc()
191 int32 Alloc(const char* srcFile, int32 srcLine, const char* scopeName, const T1 & p1) in Alloc() argument
199 new(pObject) T(srcFile, srcLine, scopeName, p1); in Alloc()
204 …int32 Alloc(const char* srcFile, int32 srcLine, const char* scopeName, const T1 & p1, const T1 & p… in Alloc() argument
212 new(pObject) T(srcFile, srcLine, scopeName, p1, p2); in Alloc()
217 …int32 Alloc(const char* srcFile, int32 srcLine, const char* scopeName, const T1 & p1, const T1 & p… in Alloc() argument
225 new(pObject) T(srcFile, srcLine, scopeName, p1, p2, p3); in Alloc()