Searched refs:p4 (Results 1 – 1 of 1) sorted by relevance
| /TaskScheduler/Scheduler/Include/Scopes/ |
| H A D | MTScopes.h | 351 T* Push(const T1 & p1, const T2 & p2, const T3 & p3, const T4 & p4) in Push() argument 354 new(pObject) T(p1, p2, p3, p4); in Push() 474 T* Push(T1 p1, T2 p2, T3 p3, T4 p4) in Push() argument 477 new(pObject) T(p1, p2, p3, p4); in Push()
|