Home
last modified time | relevance | path

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

/TaskScheduler/SchedulerTests/Tests/
H A DScopesTests.cpp126 int32 testStorageId = 3; in SUITE() local
128 MT::ScopeStackEntry* pInstance2 = weakStack.Push(stackTopId, testStorageId); in SUITE()
132 CHECK(testStorageId == pInstance2->GetDescriptionId()); in SUITE()
168 int32 testStorageId = 3; in SUITE() local
170 MT::ScopeStackEntry* pInstance2 = strongStack.Push(stackTopId, testStorageId); in SUITE()
174 CHECK(testStorageId == pInstance2->GetDescriptionId()); in SUITE()
194 CHECK(testStorageId == pInstance2->GetDescriptionId()); in SUITE()