Searched refs:mChildToRelativeParent (Results 1 – 2 of 2) sorted by relevance
293 auto it = mChildToRelativeParent.find(layerProto->id()); in generate()294 if (it == mChildToRelativeParent.end()) { in generate()308 mChildToRelativeParent.clear(); in generate()341 mChildToRelativeParent[childSnapshot->uniqueSequence] = snapshot->uniqueSequence; in writeHierarchyToProto()
109 mChildToRelativeParent; variable