Searched refs:list_transforms_ (Results 1 – 1 of 1) sorted by relevance
196 auto list_transform_it = list_transforms_.find(&from); in Clone()197 if (list_transform_it != list_transforms_.end()) { in Clone()375 list_transforms_[&vector].remove_.emplace(object); in Remove()387 auto& transforms = list_transforms_[&vector]; in InsertFront()401 auto& transforms = list_transforms_[&vector]; in InsertBack()425 auto& transforms = list_transforms_[&vector]; in InsertBefore()449 auto& transforms = list_transforms_[&vector]; in InsertAfter()553 std::unordered_map<const void*, ListTransforms> list_transforms_; variable