Searched refs:rootLeaf (Results 1 – 1 of 1) sorted by relevance
986 const RootLeaf &rootLeaf() const { in rootLeaf() function990 RootLeaf &rootLeaf() { in rootLeaf() function1022 rootLeaf().~RootLeaf(); in switchRootToBranch()1030 new(&rootLeaf()) RootLeaf(); in switchRootToLeaf()1042 new (&rootLeaf()) RootLeaf(); in IntervalMap()1073 rootLeaf().~RootLeaf();1087 new (&RHS.rootLeaf()) RootLeaf();1089 rootLeaf() = std::move(RHS.rootLeaf());1097 rootLeaf().~RootLeaf(); in ~IntervalMap()1108 return !branched() ? rootLeaf().start(0) : rootBranchStart(); in start()[all …]