Searched refs:getRight (Results 1 – 4 of 4) sorted by relevance
66 ImutAVLTree *getRight() const { return right; } in getRight() function86 T = T->getRight(); in find()95 ImutAVLTree *Right = T->getRight(); in getMaxElement()96 while (Right) { T = Right; Right = T->getRight(); } in getMaxElement()106 if (const ImutAVLTree* R = getRight()) in size()182 unsigned HR = getRight() ? getRight()->validateTree() : 0; in validateTree()197 assert((!getRight() || in validateTree()199 ImutInfo::KeyOfValue(getRight()->getValue()))) && in validateTree()311 uint32_t X = computeDigest(getLeft(), getRight(), getValue()); in computeDigest()426 TreeTy* getRight(TreeTy* T) const { return T->getRight(); }[all …]
52 const Instruction *DiffLogBuilder::getRight(unsigned I) const { in getRight() function in DiffLogBuilder
78 const Instruction *getRight(unsigned I) const;
217 Log.getRight(I)->print(RightColor); in logd()