Lines Matching refs:InsertPoint
106 void *InsertPoint; in get() local
107 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); in get()
116 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
129 void *InsertPoint; in get() local
130 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); in get()
139 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
154 void *InsertPoint; in get() local
155 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); in get()
161 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
931 void *InsertPoint; in getSorted() local
933 pImpl->AttrsSetNodes.FindNodeOrInsertPos(ID, InsertPoint); in getSorted()
941 pImpl->AttrsSetNodes.InsertNode(PA, InsertPoint); in getSorted()
1141 void *InsertPoint; in getImpl() local
1143 pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint); in getImpl()
1153 pImpl->AttrsLists.InsertNode(PA, InsertPoint); in getImpl()