Searched refs:RootLeaf (Results 1 – 1 of 1) sorted by relevance
942 using RootLeaf = IntervalMapImpl::LeafNode<KeyT, ValT, N, Traits>; variable948 DesiredRootBranchCap = (sizeof(RootLeaf) - sizeof(KeyT)) /971 RootLeaf leaf;987 const RootLeaf &rootLeaf() const { in rootLeaf()991 RootLeaf &rootLeaf() { in rootLeaf()1023 rootLeaf().~RootLeaf(); in switchRootToBranch()1031 new(&rootLeaf()) RootLeaf(); in switchRootToLeaf()1043 new (&rootLeaf()) RootLeaf(); in IntervalMap()1074 rootLeaf().~RootLeaf();1088 new (&RHS.rootLeaf()) RootLeaf();[all …]