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()
487 void *InsertPoint; in get() local
489 pImpl->AttrsSetNodes.FindNodeOrInsertPos(ID, InsertPoint); in get()
497 pImpl->AttrsSetNodes.InsertNode(PA, InsertPoint); in get()
620 void *InsertPoint; in getImpl() local
621 AttributeSetImpl *PA = pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint); in getImpl()
630 pImpl->AttrsLists.InsertNode(PA, InsertPoint); in getImpl()