Home
last modified time | relevance | path

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

/TaskScheduler/SchedulerTests/Tests/
H A DScopesTests.cpp215 int32 srcLine = __LINE__; in SUITE() local
219 int32 id1 = persistentStorage.Alloc(srcFile, srcLine, scopeName1); in SUITE()
222 int32 id2 = persistentStorage.Alloc(srcFile, srcLine, scopeName2); in SUITE()
229 CHECK(desc1->GetSourceLine() == srcLine); in SUITE()
236 CHECK(desc2->GetSourceLine() == srcLine); in SUITE()
/TaskScheduler/Scheduler/Include/Scopes/
H A DMTScopes.h55 ScopeDesc(const char* srcFile, int32 srcLine, const char* scopeName) in ScopeDesc() argument
58 , line(srcLine) 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()