Searched refs:getActiveCallbacksUnlessEmpty (Results 1 – 1 of 1) sorted by relevance
135 std::optional<StepCallbacks> getActiveCallbacksUnlessEmpty();177 std::optional<StepCallbacks> getActiveCallbacksUnlessEmpty(const RecordScope scope);313 std::optional<StepCallbacks> CacheEntry::getActiveCallbacksUnlessEmpty() { in getActiveCallbacksUnlessEmpty() function in at::__anona6517e790111::CacheEntry400 std::optional<StepCallbacks> LocalCallbackManager::getActiveCallbacksUnlessEmpty( in getActiveCallbacksUnlessEmpty() function in at::__anona6517e790111::LocalCallbackManager403 return active_callbacks_[static_cast<size_t>(scope)].getActiveCallbacksUnlessEmpty(); in getActiveCallbacksUnlessEmpty()617 return LocalCallbackManager::get().getActiveCallbacksUnlessEmpty(scope); in getStepCallbacksUnlessEmpty()