reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
508 assert(n <= NodeT::Capacity && "Size too big for node"); 1083 if (branched() || rootSize == RootLeaf::Capacity) 1171 const unsigned Nodes = RootLeaf::Capacity / Leaf::Capacity + 1; 1171 const unsigned Nodes = RootLeaf::Capacity / Leaf::Capacity + 1; 1181 NewOffset = distribute(Nodes, rootSize, Leaf::Capacity, nullptr, size, 1212 const unsigned Nodes = RootBranch::Capacity / Branch::Capacity + 1; 1212 const unsigned Nodes = RootBranch::Capacity / Branch::Capacity + 1; 1222 NewOffset = distribute(Nodes, rootSize, Leaf::Capacity, nullptr, Size, 1744 if (IM.rootSize < RootBranch::Capacity) { 1764 if (P.size(Level) == Branch::Capacity) { 1791 if (Size <= RootLeaf::Capacity) { 1852 if (Size > Leaf::Capacity) { 1856 assert(Size <= Leaf::Capacity && "overflow() didn't make room"); 1994 if (Elements + 1 > Nodes * NodeT::Capacity) { 2006 IdxPair NewOffset = distribute(Nodes, Elements, NodeT::Capacity,