Searched refs:async_callback_scope_depth_ (Results 1 – 2 of 2) sorted by relevance
328 return async_callback_scope_depth_; in async_callback_scope_depth()332 async_callback_scope_depth_++; in PushAsyncCallbackScope()336 async_callback_scope_depth_--; in PopAsyncCallbackScope()
1329 size_t async_callback_scope_depth_ = 0; variable