Searched refs:broot (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/libvpsc/pairingheap/ | ||
H A D | PairingHeap.h | 96 PairNode<T> *broot=rhs->getRoot(); local 98 if(broot != NULL) { 99 root = broot; 102 compareAndLink(root, broot); |
Completed in 265 milliseconds