Searched defs:Insert (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/livarot/
H A DAVL.cpp804 AVLTree::Insert (AVLTree * &racine, int insertType, AVLTree * insertL, function in class:AVLTree
807 int res = Insert (racine, insertType, insertL, insertR);
814 AVLTree::Insert (AVLTree * &racine, int insertType, AVLTree * insertL, function in class:AVLTree
H A Dsweep-tree.cpp274 SweepTree::Insert(SweepTreeList &list, SweepEventQueue &queue, function in class:SweepTree
303 AVLTree::Insert(tempR, insertion, static_cast<AVLTree *>(insertL),
463 AVLTree::Insert(tempR, insertion, static_cast<AVLTree *>(insertL),

Completed in 1236 milliseconds