Lines Matching refs:InsertPoint
88 void *InsertPoint; in get() local
89 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); in get()
98 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
111 void *InsertPoint; in get() local
112 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); in get()
121 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
135 void *InsertPoint; in get() local
136 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); in get()
142 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
832 void *InsertPoint; in getSorted() local
834 pImpl->AttrsSetNodes.FindNodeOrInsertPos(ID, InsertPoint); in getSorted()
842 pImpl->AttrsSetNodes.InsertNode(PA, InsertPoint); in getSorted()
1076 void *InsertPoint; in getImpl() local
1078 pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint); in getImpl()
1088 pImpl->AttrsLists.InsertNode(PA, InsertPoint); in getImpl()