Searched refs:srcFile (Results 1 – 2 of 2) sorted by relevance
| /TaskScheduler/SchedulerTests/Tests/ |
| H A D | ScopesTests.cpp | 214 const char* srcFile = __FILE__; in SUITE() local 219 int32 id1 = persistentStorage.Alloc(srcFile, srcLine, scopeName1); in SUITE() 222 int32 id2 = persistentStorage.Alloc(srcFile, srcLine, scopeName2); in SUITE() 228 CHECK(desc1->GetSourceFile() == srcFile); in SUITE() 235 CHECK(desc2->GetSourceFile() == srcFile); in SUITE()
|
| /TaskScheduler/Scheduler/Include/Scopes/ |
| H A D | MTScopes.h | 55 ScopeDesc(const char* srcFile, int32 srcLine, const char* scopeName) in ScopeDesc() argument 57 , file(srcFile) 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()
|