Searched refs:getOperationDepth (Results 1 – 3 of 3) sorted by relevance
21 unsigned Position::getOperationDepth() const { in getOperationDepth() function in Position24 return parent ? parent->getOperationDepth() : 0; in getOperationDepth()
38 return lhs->getOperationDepth() < rhs->getOperationDepth(); in comparePosDepth()742 return std::make_tuple(primary, secondary, rhsPos->getOperationDepth(), in operator <()745 position->getOperationDepth(), position->getKind(), in operator <()
149 unsigned getOperationDepth() const;267 return Base::get(uniquer, parent, parent->getOperationDepth() + 1); in get()