Searched refs:async_callback_scope_depth_ (Results 1 – 2 of 2) sorted by relevance
127 return async_callback_scope_depth_; in async_callback_scope_depth()131 async_callback_scope_depth_++; in PushAsyncCallbackScope()135 async_callback_scope_depth_--; in PopAsyncCallbackScope()
989 size_t async_callback_scope_depth_ = 0; variable