Searched refs:withResourceKeyDo (Results 1 – 5 of 5) sorted by relevance
113 if (auto Err = MR.withResourceKeyDo([this, MR = &MR](ResourceKey K) { in notifyEmitted()
78 template <typename Func> Error withResourceKeyDo(Func &&F);571 template <typename Func> Error withResourceKeyDo(Func &&F) const { in withResourceKeyDo() function572 return RT->withResourceKeyDo(std::forward<Func>(F)); in withResourceKeyDo()1878 template <typename Func> Error ResourceTracker::withResourceKeyDo(Func &&F) { in withResourceKeyDo() function
737 auto Err = MR.withResourceKeyDo( in recordFinalizedAlloc()826 if (auto Err = MR.withResourceKeyDo( in notifyEmitted()
393 if (auto Err = R.withResourceKeyDo( in onObjEmit()
476 FinalizePromise.set_value(MR.withResourceKeyDo([&](ResourceKey K) { in notifyEmitted()