Searched refs:RootLeaf (Results 1 – 1 of 1) sorted by relevance
936 typedef IntervalMapImpl::LeafNode<KeyT, ValT, N, Traits> RootLeaf; typedef942 DesiredRootBranchCap = (sizeof(RootLeaf) - sizeof(KeyT)) /957 RootDataSize = sizeof(RootBranchData) > sizeof(RootLeaf) ?958 sizeof(RootBranchData) : sizeof(RootLeaf)1000 const RootLeaf &rootLeaf() const { in rootLeaf()1002 return dataAs<RootLeaf>(); in rootLeaf()1004 RootLeaf &rootLeaf() { in rootLeaf()1006 return dataAs<RootLeaf>(); in rootLeaf()1034 rootLeaf().~RootLeaf(); in switchRootToBranch()1042 new(&rootLeaf()) RootLeaf(); in switchRootToLeaf()[all …]