Searched refs:rootLeaf (Results 1 – 1 of 1) sorted by relevance
987 const RootLeaf &rootLeaf() const { in rootLeaf() function991 RootLeaf &rootLeaf() { in rootLeaf() function1023 rootLeaf().~RootLeaf(); in switchRootToBranch()1031 new(&rootLeaf()) RootLeaf(); in switchRootToLeaf()1043 new (&rootLeaf()) RootLeaf(); in IntervalMap()1074 rootLeaf().~RootLeaf();1088 new (&RHS.rootLeaf()) RootLeaf();1090 rootLeaf() = std::move(RHS.rootLeaf());1098 rootLeaf().~RootLeaf(); in ~IntervalMap()1109 return !branched() ? rootLeaf().start(0) : rootBranchStart(); in start()[all …]