Lines Matching full:second
84 return iter->second; in GetHClassLayoutDesc()
93 return iter->second; in GetOrInsertHClassLayoutDesc()
113 rootLayout = iter->second; in DumpForRoot()
132 childLayout = iter->second; in DumpForChild()
168 auto parentLayoutDesc = transitionLayout_.find(parentType)->second; in UpdateForTransition()
169 auto childLayoutDesc = transitionLayout_.find(childType)->second; in UpdateForTransition()
184 PGOHandler oldHandler = desc.second; in InsertKeyAndDesc()
191 desc.second.SetPropertyMeta(handler.GetPropertyMeta()); in InsertKeyAndDesc()
197 desc.second.SetPropertyMeta(handler.GetPropertyMeta()); in InsertKeyAndDesc()
206 desc.second = PGOHandler(newTrackType, handler.GetPropertyMeta()); in InsertKeyAndDesc()
219 InsertKeyAndDesc(desc.first, desc.second); in Merge()
248 InsertKeyAndDesc(fromPropDesc.first, fromPropDesc.second); in Merge()