Lines Matching refs:InsertPoint
41 void *InsertPoint; in get() local
42 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); in get()
51 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
64 void *InsertPoint; in get() local
65 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); in get()
71 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
468 void *InsertPoint; in get() local
470 pImpl->AttrsSetNodes.FindNodeOrInsertPos(ID, InsertPoint); in get()
479 pImpl->AttrsSetNodes.InsertNode(PA, InsertPoint); in get()
595 void *InsertPoint; in getImpl() local
596 AttributeSetImpl *PA = pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint); in getImpl()
606 pImpl->AttrsLists.InsertNode(PA, InsertPoint); in getImpl()