Searched refs:movedTags (Results 1 – 3 of 3) sorted by relevance
265 std::unordered_map<Tag, ShadowViewMutation> movedTags; in pullTransaction() local331 movedTags.insert({mutation.oldChildShadowView.tag, mutation}); in pullTransaction()337 auto movedIt = movedTags.end(); in pullTransaction()345 movedIt = movedTags.find(mutation.newChildShadowView.tag); in pullTransaction()346 wasInsertedTagRemoved = movedIt != movedTags.end(); in pullTransaction()740 auto movedIt = movedTags.find(keyFrame.tag); in pullTransaction()741 if (movedIt != movedTags.end()) { in pullTransaction()
269 std::unordered_map<Tag, ShadowViewMutation> movedTags; in pullTransaction() local335 movedTags.insert({mutation.oldChildShadowView.tag, mutation}); in pullTransaction()341 auto movedIt = movedTags.end(); in pullTransaction()349 movedIt = movedTags.find(mutation.newChildShadowView.tag); in pullTransaction()350 wasInsertedTagRemoved = movedIt != movedTags.end(); in pullTransaction()778 auto movedIt = movedTags.find(keyFrame.tag); in pullTransaction()779 if (movedIt != movedTags.end()) { in pullTransaction()
279 std::unordered_map<Tag, ShadowViewMutation> movedTags; in pullTransaction() local345 movedTags.insert({mutation.oldChildShadowView.tag, mutation}); in pullTransaction()351 auto movedIt = movedTags.end(); in pullTransaction()359 movedIt = movedTags.find(mutation.newChildShadowView.tag); in pullTransaction()360 wasInsertedTagRemoved = movedIt != movedTags.end(); in pullTransaction()754 auto movedIt = movedTags.find(keyFrame.tag); in pullTransaction()755 if (movedIt != movedTags.end()) { in pullTransaction()