Lines Matching refs:InsertPoint
104 void *InsertPoint; in get() local
105 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); in get()
114 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
127 void *InsertPoint; in get() local
128 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); in get()
137 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
152 void *InsertPoint; in get() local
153 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); in get()
159 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
790 void *InsertPoint; in getSorted() local
792 pImpl->AttrsSetNodes.FindNodeOrInsertPos(ID, InsertPoint); in getSorted()
800 pImpl->AttrsSetNodes.InsertNode(PA, InsertPoint); in getSorted()
1020 void *InsertPoint; in getImpl() local
1022 pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint); in getImpl()
1032 pImpl->AttrsLists.InsertNode(PA, InsertPoint); in getImpl()