Lines Matching refs:NodeBase
186 //--- IntervalMapImpl::NodeBase ---//
213 class NodeBase {
226 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
285 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
296 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
309 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {
443 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase;
559 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
697 class BranchNode : public NodeBase<NodeRef, KeyT, N> {