Searched refs:GetAsyncCallbackScopeDepth (Results 1 – 4 of 4) sorted by relevance
463 int asyncCallbackScopeDepthBefore = callbackScopeManager->GetAsyncCallbackScopeDepth();477 int asyncCallbackScopeDepth = callbackScopeManager->GetAsyncCallbackScopeDepth();485 int asyncCallbackScopeDepthAfter = callbackScopeManager->GetAsyncCallbackScopeDepth();509 int asyncCallbackScopeDepthBefore = callbackScopeManager->GetAsyncCallbackScopeDepth();523 int asyncCallbackScopeDepth1 = callbackScopeManager->GetAsyncCallbackScopeDepth();529 int asyncCallbackScopeDepth2 = callbackScopeManager->GetAsyncCallbackScopeDepth();538 int asyncCallbackScopeDepth2After = callbackScopeManager->GetAsyncCallbackScopeDepth();547 int asyncCallbackScopeDepth1After = callbackScopeManager->GetAsyncCallbackScopeDepth();
3423 int asyncCallbackScopeDepthBefore = callbackScopeManager->GetAsyncCallbackScopeDepth();3437 int asyncCallbackScopeDepth = callbackScopeManager->GetAsyncCallbackScopeDepth();3445 int asyncCallbackScopeDepthAfter = callbackScopeManager->GetAsyncCallbackScopeDepth();3465 int asyncCallbackScopeDepthBefore = callbackScopeManager->GetAsyncCallbackScopeDepth();3479 int asyncCallbackScopeDepthOne = callbackScopeManager->GetAsyncCallbackScopeDepth();3485 int asyncCallbackScopeDepthTwo = callbackScopeManager->GetAsyncCallbackScopeDepth();3494 int asyncCallbackScopeDepthAfterTwo = callbackScopeManager->GetAsyncCallbackScopeDepth();3503 int asyncCallbackScopeDepthAfter = callbackScopeManager->GetAsyncCallbackScopeDepth();
94 size_t GetAsyncCallbackScopeDepth() const in GetAsyncCallbackScopeDepth() function
202 size_t depth = callbackScopeMgr->GetAsyncCallbackScopeDepth(); in MakeCallback()